Index of exceptions


E
Error [Parse_intf.S]
Exception raised by the parser when it encounters an error.
Error [Lex_intf.S]
The exception raised by the lexer when it cannot produce a token.
Extension_not_found [Logic.Make]
Raised when trying to find a language given a file extension.

L
Lexing_error [Location_intf.S]
The exception to be raised when the lexer cannot parse the input.
Lexing_error [ParseLocation]

S
Syntax_error [Location_intf.S]
The exception to be raised whenever a syntax error is encountered by the parser.
Syntax_error [ParseLocation]
Exceptions that may occur during parsing

U
Uncaught [Location_intf.S]
The exception to be raised whenever an unexpected exception is raised during parsing.
Uncaught [ParseLocation]