com.dandymadeproductions.expressionparser
Class ExpressionEvalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dandymadeproductions.expressionparser.ExpressionException
              extended by com.dandymadeproductions.expressionparser.ExpressionEvalException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionEvalException
extends ExpressionException

Expression evaluation exception.

Version:
1.5 02/12/2012
Author:
David Wanqian Liu, Dana M. Proctor
See Also:
Serialized Form

Field Summary
protected static java.lang.String EMPTY_NODE
           
protected static java.lang.String EXPECT_BINFUNC
           
protected static java.lang.String EXPECT_UNARYFUNC
           
 
Constructor Summary
ExpressionEvalException()
           
ExpressionEvalException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

EMPTY_NODE

protected static final java.lang.String EMPTY_NODE
See Also:
Constant Field Values

EXPECT_UNARYFUNC

protected static final java.lang.String EXPECT_UNARYFUNC
See Also:
Constant Field Values

EXPECT_BINFUNC

protected static final java.lang.String EXPECT_BINFUNC
See Also:
Constant Field Values
Constructor Detail

ExpressionEvalException

public ExpressionEvalException()

ExpressionEvalException

public ExpressionEvalException(java.lang.String s)