Base class for all Kernel exceptions. More...
#include <exceptions.h>
Public Member Functions | |
| KernelException () | |
| KernelException (const std::string &msg) | |
| virtual std::string | exception_name () const |
Base class for all Kernel exceptions.
|
inlineexplicit |
|
inlineexplicit |
|
inlinevirtual |
Reimplemented in nest::DynamicModuleManagementError, nest::NotImplemented, nest::TypeMismatch, nest::UnaccessedDictionaryEntry, nest::UnknownModelName, nest::UnknownComponent, nest::NewModelNameExists, nest::ModelInUse, nest::UnknownSynapseType, nest::UnknownNode, nest::NoThreadSiblingsAvailable, nest::LocalNodeExpected, nest::NodeWithProxiesExpected, nest::UnknownCompartment, nest::UnknownReceptorType, nest::IncompatibleReceptorType, nest::UnknownPort, nest::IllegalConnection, nest::InexistentConnection, nest::UnknownThread, nest::BadDelay, nest::UnexpectedEvent, nest::UnsupportedEvent, nest::BadProperty, nest::BadParameter, nest::BadParameterValue, nest::DimensionMismatch, nest::DistributionError, nest::InvalidDefaultResolution, nest::InvalidTimeInModel, nest::StepMultipleRequired, nest::TimeMultipleRequired, nest::GSLSolverFailure, nest::NumericalInstability, nest::NamingConflict, nest::RangeCheck, nest::IOError, nest::KeyError, nest::InternalError, nest::UnmatchedSteps, nest::BackendPrepared, nest::BackendAlreadyRegistered, nest::BackendNotPrepared, nest::LayerExpected, nest::LayerNodeExpected, and nest::UndefinedName.