NEST
2.6.0,not_revisioned_source_dir@0
|
Base class for all Kernel exceptions. More...
#include <exceptions.h>
Public Member Functions | |
KernelException () | |
KernelException (char const *const what) | |
virtual | ~KernelException () throw () |
virtual std::string | message () |
Returns a diagnostic message or empty string. More... | |
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... | |
Base class for all Kernel exceptions.
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Returns a diagnostic message or empty string.
This function is not const, because it may clear internal data fields.
Implements SLIException.
Reimplemented in nest::MUSICChannelAlreadyMapped, nest::MUSICPortUnknown, nest::MUSICChannelUnknown, nest::MUSICSimulationHasRun, nest::MUSICPortAlreadyPublished, nest::MUSICPortHasNoWidth, nest::MUSICPortUnconnected, nest::NumericalInstability, nest::GSLSolverFailure, nest::TimeMultipleRequired, nest::StepMultipleRequired, nest::InvalidTimeInModel, nest::InvalidDefaultResolution, nest::SimulationError, nest::SubnetExpected, nest::DistributionError, nest::DimensionMismatch, nest::BadParameter, nest::BadProperty, nest::UnsupportedEvent, nest::UnexpectedEvent, nest::BadDelay, nest::UnknownThread, nest::IllegalConnection, nest::LayerExpected, nest::UnknownPort, nest::IncompatibleReceptorType, nest::UnknownReceptorType, nest::NodeWithProxiesExpected, nest::LocalNodeExpected, nest::NoThreadSiblingsAvailable, nest::UnknownNode, nest::UnknownSynapseType, nest::ModelInUse, nest::UnknownModelID, nest::NewModelNameExists, and nest::UnknownModelName.
Referenced by nest::Scheduler::prepare_nodes().