Lines Matching full:exception
2 * Contains the definition of a basic ANTLR3 exception structure created
44 /** Name of exception #ANTLR3_RECOGNITION_EXCEPTION
101 /** Base structure for an ANTLR3 exception tracker
105 /// Set to one of the exception type defines:
117 /** The string name of the exception
121 /** The printable message that goes with this exception, in your preferred
126 * to do with "Recognition exception at: [[TOK_GERUND..... " ;-)
135 * should be freed by calling ANTLR3_FREE() when the exception is destroyed.
140 * exception occurred.
160 /** If this is a tree parser exception then the node is set to point to the node
187 /** Rule name for failed predicate exception
191 /** Pointer to the next exception in the chain (if any)
195 /** Pointer to the input stream that this exception occurred in.
199 /** Pointer for you, the programmer to add anything you like to an exception.
203 /** Pointer to a routine that is called to free the custom exception structure
204 * when the exception is destroyed. Set to NULL if nothing should be done.