Package org.extex.interpreter.exception

This package contains exception classes which are derived from the HelpingException.

See:
          Description

Exception Summary
ErrorLimitException This exception s thrown when the error count exceeds the given limit.
InteractionUnknownException This exception is thrown when the user attempts to set the interaction mode but specifies an invalid value for the mode.
InterpreterException This is the base class for all exceptions of the interpreter.
MissingParserException This exception s thrown when a parser is requested but not registered.
 

Package org.extex.interpreter.exception Description

This package contains exception classes which are derived from the HelpingException. They are used internally in the interpreter to signal abnormal situations. Those exceptions should be caught and treated by an error handler. Thus they should not show up outside of the interpreter.