Package org.extex.core.exception.helping

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.
IllegalRegisterException This exception signals that a register name or number has been found which is not in the legal range.
InterpreterNumberFormatException InterprerterException, if a number format is wrong.
InterpreterPanicException This exception signals the error handler that a continuation is not desirable.
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.
MissingEndcsnameException This exception is raised when a \csname without matching \endcsname is encountered.
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 a number should be read but none is found.
MissingOcplistException This exception is raised when direction is needed but has not been found.
NoHelpException This exception is thrown when a helping exception is required and no help is available.
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.