Package de.dante.extex.interpreter.exception.helping

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

See:
          Description

Exception Summary
ArithmeticOverflowException This exception is raised when an arithmetic overflow has been encountered.
BadCharacterException This exception is raised when a bad character code is encountered.
BadFileNumberException This exception is raised when a illegal file reference has been encountered.
CantUseAfterException This exception is raised when a situation is detected where the continuation is illegal.
CantUseInException This exception is raised when a macro is encountered in a mode for which it is not meant.
EofException This exception is raised when an unexpected end of file is encountered.
EofInToksException This exception is raised when an unexpected end of file is encountered when reading tokens in braces.
ExtensionDisabledException This exception is raised when an eTeX extension is used which has been disabled.
HelpingException This class provides an Exception with the possibility to provide additional help on the error encountered.
InvalidCharacterException This exception is raised when an unexpected character code is encountered.
InvalidCharacterNameException This exception is raised when an unexpected character code is encountered.
InvalidCodeException This exception is raised when an illegal code has been encoutered.
MissingLeftBraceException This exception is raised when an arithmetic overflow has been encountered.
MissingMathException This exception is raised when a math macro is encountered outside a math mode.
MissingNumberException This exception is raised when an arithmetic overflow has been encoutered.
MissingOcplistException This exception is raised when direction is needed but has not been found.
UndefinedControlSequenceException This exception signals that an undefined control sequence has been encountered.
UnusedPrefixException This exception is raised when an unused prefix flag has been encountered.
 

Package de.dante.extex.interpreter.exception.helping 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.