All Packages Class Hierarchy This Package Previous Next Index
Class org.webmacro.util.InvalidContextException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.webmacro.util.InvalidContextException
- public final class InvalidContextException
- extends Exception
Exception raised on discovery of a parsing error. To facilitate error
recovery, you can extract the tokenizer from this error.
-
InvalidContextException(String)
-
InvalidContextException
public InvalidContextException(String reason)
All Packages Class Hierarchy This Package Previous Next Index