escript
Revision_
|
The base class for escript exceptions. More...
#include <EsysException.h>
Public Member Functions | |
EsysException (const std::string &message) | |
Constructor which creates an Exception with the given message. More... | |
virtual | ~EsysException () throw () |
Destructor. More... | |
virtual const char * | what () const throw () |
Returns a description of the exception. More... | |
Private Attributes | |
std::string | msg |
The base class for escript exceptions.
|
inline |
Constructor which creates an Exception with the given message.
message | - Exception message. |
Referenced by escript::makeInfo(), and ~EsysException().
|
inlinevirtual |
Destructor.
References EsysException(), and escript::IOError::IOError().
|
inlinevirtual |
Returns a description of the exception.
Referenced by escript::AssertionErrorTranslator(), escript::IOErrorTranslator(), and escript::saveDataCSV().
|
private |