NEST  2.6.0,not_revisioned_source_dir@0
Classes
sliexceptions.h File Reference

Go to the source code of this file.

Classes

class  SLIException
 Base class for all SLI exceptions. More...
 
class  InterpreterError
 Base class for all SLI interpreter exceptions. More...
 
class  WrappedThreadException
 Class for packaging exceptions thrown in threads. More...
 
class  DivisionByZero
 
class  TypeMismatch
 Exception to be thrown if a given SLI type does not match the expected type. More...
 
class  SystemSignal
 
class  RangeCheck
 Exception to be thrown if a given SLI array has the wrong size. More...
 
class  ArgumentType
 
class  BadParameterValue
 Exception to be thrown if a parameter value is not acceptable. More...
 
class  DictError
 Base Class for all SLI errors related to dictionary processing. More...
 
class  UndefinedName
 Exception to be thrown if an entry referenced inside a dictionary does not exist. More...
 
class  EntryTypeMismatch
 Exception to be thrown if an entry referenced inside a dictionary has the wrong type. More...
 
class  StackUnderflow
 Exception to be thrown if an error occured while accessing the stack. More...
 
class  IOError
 Exception to be thrown if an error occured in an I/O operation. More...
 
class  UnaccessedDictionaryEntry
 Exception to be thrown if unaccessed dictionary items are found. More...
 
class  DynamicModuleManagementError
 Exception to be thrown if an error occurs while loading/unloading dynamic modules. More...
 
class  NamingConflict
 Throw if an existing name is attempted to be redefined. More...
 
class  NotImplemented
 Throw if an feature is unavailable. More...