#include <ANTLRException.hpp>
Inheritance diagram for ANTLRException:
Public Methods | |
ANTLRException () | |
Create ANTLR base exception without error message. | |
ANTLRException (const ANTLR_USE_NAMESPACE(std) string &s) | |
Create ANTLR base exception with error message. | |
virtual | ~ANTLRException () throw () |
virtual | ANTLR_USE_NAMESPACE (std) string toString() const |
virtual | ANTLR_USE_NAMESPACE (std) string getMessage() const |
|
Create ANTLR base exception without error message.
|
|
Create ANTLR base exception with error message.
|
|
|
|
Return error message without additional info (if present)
Reimplemented in MismatchedCharException, MismatchedTokenException, NoViableAltException, NoViableAltForCharException, RecognitionException, RecognitionException, RecognitionException, and TokenStreamRecognitionException. |
|
Return complete error message with line/column number info (if present)
Reimplemented in MismatchedCharException, MismatchedTokenException, NoViableAltException, NoViableAltForCharException, RecognitionException, RecognitionException, RecognitionException, and TokenStreamRecognitionException. |