NEST
2.6.0,not_revisioned_source_dir@0
|
Base Class for all SLI errors related to dictionary processing. More...
#include <sliexceptions.h>
Public Member Functions | |
virtual | ~DictError () throw () |
DictError (char const *const) | |
Public Member Functions inherited from InterpreterError | |
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 errors related to dictionary processing.
|
inlinevirtual |
|
inline |