gnu.jel
Class CompilationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gnu.jel.CompilationException
All Implemented Interfaces:
java.io.Serializable

public class CompilationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CompilationException(int col, java.lang.String message)
           
CompilationException(gnu.jel.generated.ParseException pe)
           
CompilationException(gnu.jel.generated.TokenMgrError pe)
           
CompilationException(gnu.jel.generated.Token tok, java.lang.String message)
           
 
Method Summary
 int getColumn()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilationException

public CompilationException(int col,
                            java.lang.String message)

CompilationException

public CompilationException(gnu.jel.generated.Token tok,
                            java.lang.String message)

CompilationException

public CompilationException(gnu.jel.generated.ParseException pe)

CompilationException

public CompilationException(gnu.jel.generated.TokenMgrError pe)
Method Detail

getColumn

public int getColumn()