escript
Revision_
|
An exception class for features which are not (yet) implemented. More...
#include <EsysException.h>
Public Member Functions | |
NotImplementedError (const std::string &str) | |
![]() | |
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... | |
An exception class for features which are not (yet) implemented.
|
inline |