OpenMD 3.1
Molecular Dynamics in the Open
|
Baseclass for exceptions thrown by classes implementing the TokenStream interface. More...
#include <TokenStreamException.hpp>
Public Member Functions | |
TokenStreamException (const std ::string &s) | |
Public Member Functions inherited from antlr::ANTLRException | |
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) | |
Baseclass for exceptions thrown by classes implementing the TokenStream interface.
Definition at line 22 of file TokenStreamException.hpp.
|
inline |
Definition at line 24 of file TokenStreamException.hpp.
|
inline |
Definition at line 28 of file TokenStreamException.hpp.
|
inlinevirtual |
Definition at line 32 of file TokenStreamException.hpp.