com.dandymadeproductions.expressionparser
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dandymadeproductions.expressionparser.ExpressionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpressionEvalException, ExpressionParseException

public class ExpressionException
extends java.lang.Exception

Expression exception.

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

Constructor Summary
ExpressionException()
           
ExpressionException(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
 

Constructor Detail

ExpressionException

public ExpressionException()

ExpressionException

public ExpressionException(java.lang.String s)