jwo.utils.expression
Class TokenNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jwo.utils.expression.TokenNotFoundException
All Implemented Interfaces:
Serializable

public class TokenNotFoundException
extends Exception

Exception for reporting missing tokens. Modified from original code described at www.devx.com/premier/mgznarch/javapro/2001/05may01/ps0105/ps0105.asp.

Version:
2.3, 14th February, 2001, modified 4th October, 2007.
Author:
Daniel Savarese, modified by Jo Wood.
See Also:
Serialized Form

Constructor Summary
TokenNotFoundException()
          Creates the exception.
TokenNotFoundException(String message)
          Creates the exception with the given message.
 
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

TokenNotFoundException

public TokenNotFoundException()
Creates the exception.


TokenNotFoundException

public TokenNotFoundException(String message)
Creates the exception with the given message.

Parameters:
message - Exception message to report.


Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009