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. |
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Returns a description of the exception.
References msg.
Referenced by escript::AssertionErrorTranslator(), escript::IOErrorTranslator(), escript::load(), escript::NotImplementedErrorTranslator(), escript::RuntimeErrorTranslator(), and escript::ValueErrorTranslator().
|
private |
Referenced by what().