net.sourceforge.templat.expr.exception
Class ExprParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.templat.expr.exception.ExprParsingException
All Implemented Interfaces:
Serializable

public class ExprParsingException
extends Exception

Indicates an exception during parsing an expression.

Author:
Chris Mosher
See Also:
Serialized Form

Constructor Summary
ExprParsingException()
           
ExprParsingException(String message)
           
ExprParsingException(Throwable e)
           
 
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

ExprParsingException

public ExprParsingException()

ExprParsingException

public ExprParsingException(Throwable e)
Parameters:
e -

ExprParsingException

public ExprParsingException(String message)
Parameters:
message -