net.sourceforge.templat.expr.exception
Class ExprLexingException

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

public class ExprLexingException
extends Exception

Indicates an exception during lexing an expression.

Author:
Chris Mosher
See Also:
Serialized Form

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

ExprLexingException

public ExprLexingException()

ExprLexingException

public ExprLexingException(Throwable e)
Parameters:
e -