OpenMD 3.1
Molecular Dynamics in the Open
|
Generic IOException used inside support code. More...
#include <IOException.hpp>
Public Member Functions | |
IOException (std ::exception &e) | |
IOException (const std ::string &mesg) | |
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) | |
Public Attributes | |
std::exception | io |
Generic IOException used inside support code.
(thrown by XML I/O routs) basically this is something I'm using since a lot of compilers don't support ios_base::failure.
Definition at line 23 of file IOException.hpp.
|
inline |
Definition at line 28 of file IOException.hpp.
|
inline |
Definition at line 32 of file IOException.hpp.
|
inlinevirtual |
Definition at line 36 of file IOException.hpp.
std::exception antlr::IOException::io |
Definition at line 26 of file IOException.hpp.