|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.taggercat.el.ParseException
com.taggercat.util.NoSessionParseException
public class NoSessionParseException
The exception that is thrown from User Defined Functions in the Tagger Cat framework when a required session object is not available.

| 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 |
|---|
public NoSessionParseException(java.lang.String functionName)
functionName - where the exception was thrown from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||