|
NEST
2.6.0,not_revisioned_source_dir@0
|
Base class for all SLI interpreter exceptions. More...
#include <sliexceptions.h>
Public Member Functions | |
| virtual | ~InterpreterError () throw () |
| InterpreterError (char const *const what) | |
Public Member Functions inherited from SLIException | |
| SLIException (char const *const what) | |
| virtual | ~SLIException () throw () |
| virtual const char * | what () const throw () |
| Returns the SLI error name, used by raiseerror. More... | |
| virtual std::string | message ()=0 |
| Returns a diagnostic message or empty string. More... | |
Base class for all SLI interpreter exceptions.
|
inlinevirtual | |||||||||||||
|
inline |
1.8.7