org.outerj.expression
Class ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.expression.ExpressionException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  int column
           
protected  int line
           
 
Constructor Summary
ExpressionException(java.lang.String message, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line

protected int line

column

protected int column
Constructor Detail

ExpressionException

public ExpressionException(java.lang.String message,
                           int line,
                           int column)
Method Detail

getMessage

public java.lang.String getMessage()

getLine

public int getLine()

getColumn

public int getColumn()