| Trees | Indices | Help | 
 | 
|---|
|  | 
ANTLR3 exception hierarchy
| 
 | |||
| BacktrackingFailed @brief Raised to signal failed backtrack attempt | |||
| RecognitionException @brief The root of the ANTLR exception hierarchy. | |||
| MismatchedTokenException @brief A mismatched char or Token or tree node. | |||
| UnwantedTokenException An extra token while parsing a TokenStream | |||
| MissingTokenException We were expecting a token but it's not found. | |||
| MismatchedRangeException @brief The next token does not match a range of expected types. | |||
| MismatchedSetException @brief The next token does not match a set of expected types. | |||
| MismatchedNotSetException @brief Used for remote debugger deserialization | |||
| NoViableAltException @brief Unable to decide which alternative to choose. | |||
| EarlyExitException @brief The recognizer did not match anything for a (..)+ loop. | |||
| FailedPredicateException @brief A semantic predicate failed during validation. | |||
| MismatchedTreeNodeException @brief The next tree mode does not match the expected type. | |||
| 
 | |||
| __package__ =  | |||
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:05 2016 | http://epydoc.sourceforge.net |