OpenMD 3.1
Molecular Dynamics in the Open
|
Public Member Functions | |
ANTLRException () | |
Create ANTLR base exception without error message. | |
ANTLRException (const std ::string &s) | |
Create ANTLR base exception with error message. | |
virtual std::string | toString () const |
Return complete error message with line/column number info (if present) | |
virtual std::string | getMessage () const |
Return error message without additional info (if present) | |
Definition at line 18 of file ANTLRException.hpp.
|
inline |
Create ANTLR base exception without error message.
Definition at line 22 of file ANTLRException.hpp.
|
inline |
Create ANTLR base exception with error message.
Definition at line 26 of file ANTLRException.hpp.
|
inlinevirtual |
Definition at line 30 of file ANTLRException.hpp.
|
inlinevirtual |
Return error message without additional info (if present)
Reimplemented in antlr::MismatchedCharException, antlr::MismatchedTokenException, antlr::NoViableAltException, and antlr::NoViableAltForCharException.
Definition at line 48 of file ANTLRException.hpp.
Referenced by antlr::MismatchedTokenException::getMessage(), and antlr::TokenStreamRecognitionException::toString().
|
inlinevirtual |
Return complete error message with line/column number info (if present)
Reimplemented in antlr::RecognitionException, and antlr::TokenStreamRecognitionException.
Definition at line 38 of file ANTLRException.hpp.