All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.jel.CompilationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----gnu.jel.CompilationException

public class CompilationException
extends Exception

Constructor Index

 o CompilationException(int, String)
 o CompilationException(ParseException)
 o CompilationException(Token, String)

Method Index

 o getColumn()

Constructors

 o CompilationException
 public CompilationException(int col,
                             String message)
 o CompilationException
 public CompilationException(Token tok,
                             String message)
 o CompilationException
 public CompilationException(ParseException pe)

Methods

 o getColumn
 public int getColumn()

All Packages  Class Hierarchy  This Package  Previous  Next  Index