com.taggercat.util
Class NoSessionParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.taggercat.el.ParseException
              extended by com.taggercat.util.NoSessionParseException
All Implemented Interfaces:
java.io.Serializable

public class NoSessionParseException
extends com.taggercat.el.ParseException

The exception that is thrown from User Defined Functions in the Tagger Cat framework when a required session object is not available.

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class com.taggercat.el.ParseException
currentToken, expectedTokenSequences, tokenImage
 
Constructor Summary
NoSessionParseException(java.lang.String functionName)
          Creates a new NoSessionParseException exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSessionParseException

public NoSessionParseException(java.lang.String functionName)
Creates a new NoSessionParseException exception.

Parameters:
functionName - where the exception was thrown from