OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::IOException Class Reference

Generic IOException used inside support code. More...

#include <IOException.hpp>

+ Inheritance diagram for antlr::IOException:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IOException() [1/2]

antlr::IOException::IOException ( std ::exception & e)
inline

Definition at line 28 of file IOException.hpp.

◆ IOException() [2/2]

antlr::IOException::IOException ( const std ::string & mesg)
inline

Definition at line 32 of file IOException.hpp.

◆ ~IOException()

virtual antlr::IOException::~IOException ( )
throw ( )
inlinevirtual

Definition at line 36 of file IOException.hpp.

Member Data Documentation

◆ io

std::exception antlr::IOException::io

Definition at line 26 of file IOException.hpp.


The documentation for this class was generated from the following file: