com.graphbuilder.math
Class ExpressionParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.graphbuilder.math.ExpressionParseException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionParseException
extends java.lang.RuntimeException

Exception thrown if expression cannot be parsed correctly.

See Also:
ExpressionTree, Serialized Form

Constructor Summary
ExpressionParseException(java.lang.String descrip, int index)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionParseException

public ExpressionParseException(java.lang.String descrip,
                                int index)
Method Detail

getDescription

public java.lang.String getDescription()

getIndex

public int getIndex()

toString

public java.lang.String toString()