NEST
2.6.0,not_revisioned_source_dir@0
|
Exception classes that are thrown by SLI to indicate an error. More...
Classes | |
class | SLIException |
Base class for all SLI exceptions. More... | |
class | InterpreterError |
Base class for all SLI interpreter exceptions. More... | |
class | TypeMismatch |
Exception to be thrown if a given SLI type does not match the expected type. More... | |
class | RangeCheck |
Exception to be thrown if a given SLI array has the wrong size. 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 | 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... | |
Exception classes that are thrown by SLI to indicate an error.