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

Base class for all Kernel exceptions. More...

#include <exceptions.h>

Inheritance diagram for nest::KernelException:
SLIException nest::BadDelay nest::BadParameter nest::BadProperty nest::DimensionMismatch nest::DistributionError nest::GSLSolverFailure nest::IllegalConnection nest::IncompatibleReceptorType nest::InvalidDefaultResolution nest::InvalidTimeInModel nest::LayerExpected nest::LocalNodeExpected nest::ModelInUse nest::MUSICChannelAlreadyMapped nest::MUSICChannelUnknown nest::MUSICPortAlreadyPublished nest::MUSICPortHasNoWidth nest::MUSICPortUnconnected nest::MUSICPortUnknown nest::MUSICSimulationHasRun nest::NewModelNameExists nest::NodeWithProxiesExpected nest::NoThreadSiblingsAvailable nest::NumericalInstability nest::SimulationError nest::StepMultipleRequired nest::SubnetExpected nest::TimeMultipleRequired nest::UnexpectedEvent nest::UnknownModelID nest::UnknownModelName nest::UnknownNode nest::UnknownPort nest::UnknownReceptorType nest::UnknownSynapseType nest::UnknownThread nest::UnsupportedEvent

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

Detailed Description

Base class for all Kernel exceptions.

Constructor & Destructor Documentation

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

Member Function Documentation

virtual std::string nest::KernelException::message ( )
inlinevirtual

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