NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | List of all members
InterpreterError Class Reference

Base class for all SLI interpreter exceptions. More...

#include <sliexceptions.h>

Inheritance diagram for InterpreterError:
SLIException ArgumentType DictError RangeCheck StackUnderflow SystemSignal TypeMismatch EntryTypeMismatch UnaccessedDictionaryEntry UndefinedName

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...
 

Detailed Description

Base class for all SLI interpreter exceptions.

Constructor & Destructor Documentation

virtual InterpreterError::~InterpreterError ( )
throw (
)
inlinevirtual
InterpreterError::InterpreterError ( char const *const  what)
inline

The documentation for this class was generated from the following file: