NEST  2.6.0,not_revisioned_source_dir@0
Classes | Namespaces
exceptions.h File Reference

Go to the source code of this file.

Classes

class  nest::KernelException
 Base class for all Kernel exceptions. More...
 
class  nest::UnknownModelName
 Exception to be thrown if a model with the the specified name does not exist. More...
 
class  nest::NewModelNameExists
 Exception to be thrown if a name requested for a user-defined model exist already. More...
 
class  nest::UnknownModelID
 Exception to be thrown if a model with the the specified ID does not exist. More...
 
class  nest::ModelInUse
 Exception to be thrown if a (neuron/synapse) model with the the specified ID is used within the network and the providing module hence cannot be uninstalled. More...
 
class  nest::UnknownSynapseType
 Exception to be thrown if the specified Synapse type does not exist. More...
 
class  nest::UnknownNode
 Exception to be thrown if the specified Node does not exist. More...
 
class  nest::NoThreadSiblingsAvailable
 Exception to be thrown if the specified Node does not exist. More...
 
class  nest::LocalNodeExpected
 
class  nest::NodeWithProxiesExpected
 
class  nest::UnknownReceptorType
 Exception to be thrown if the specified receptor type does not exist in the node. More...
 
class  nest::IncompatibleReceptorType
 Exception to be thrown if the specified receptor type does not accept the event type. More...
 
class  nest::UnknownPort
 To be thrown if a port does not exists. More...
 
class  nest::IllegalConnection
 To be thrown if a connection is not possible. More...
 
class  nest::UnknownThread
 Exception to be thrown if a thread id outside the range encountered. More...
 
class  nest::BadDelay
 Exception to be thrown if an invalid delay is used in a connection. More...
 
class  nest::UnexpectedEvent
 Exception to be thrown by the event handler of a node if it receives an event it cannot handle. More...
 
class  nest::UnsupportedEvent
 Exception to be thrown by a Connection object if a connection with an unsupported event type is attempted. More...
 
class  nest::BadProperty
 Exception to be thrown if a status parameter is incomplete or inconsistent. More...
 
class  nest::BadParameter
 Exception to be thrown if a parameter cannot be set. More...
 
class  nest::DimensionMismatch
 Exception to be thrown if the dimensions of two or more objects do not agree. More...
 
class  nest::DistributionError
 Exception to be thrown if a problem with the distribution of elements is encountered. More...
 
class  nest::SubnetExpected
 Exception to be thrown if the wrong argument type is given to a function. More...
 
class  nest::SimulationError
 Exception to be thrown if the wrong argument type is given to a function. More...
 
class  nest::InvalidDefaultResolution
 Exception to be thrown on prototype construction if Time objects incompatible. More...
 
class  nest::InvalidTimeInModel
 Exception to be thrown on instance construction if Time objects incompatible. More...
 
class  nest::StepMultipleRequired
 Exception to be thrown if a Time object should be multiple of the resolution. More...
 
class  nest::TimeMultipleRequired
 Exception to be thrown if a Time object should be a multiple of another. More...
 
class  nest::GSLSolverFailure
 Exception to be thrown if a GSL solver does not return GSL_SUCCESS. More...
 
class  nest::NumericalInstability
 Exception to be thrown if numerical instabilities are detected. More...
 
class  nest::MUSICPortUnconnected
 Exception to be thrown if a music_event_out_proxy is generated, but the music port is unmapped. More...
 
class  nest::MUSICPortHasNoWidth
 Exception to be thrown if a music_event_out_proxy is generated, but the music port has no width. More...
 
class  nest::MUSICPortAlreadyPublished
 Exception to be thrown if the user tries to change the name of an already published port. More...
 
class  nest::MUSICSimulationHasRun
 Exception to be thrown if the user tries to change the name of an already published port. More...
 
class  nest::MUSICChannelUnknown
 Exception to be thrown if the user tries to map a channel that exceeds the width of the MUSIC port. More...
 
class  nest::MUSICPortUnknown
 Exception to be thrown if the user tries to use a port that is not known to NEST. More...
 
class  nest::MUSICChannelAlreadyMapped
 Exception to be thrown if the user tries to map a channel that exceeds the width of the MUSIC port. More...
 

Namespaces

 nest
 Class representing a synapse with Hill short term plasticity.