ClusterStateVectorNotPresent Class Reference

Thrown when a user attempt to get a delegate for a state vector that does not exists. More...

Inheritance diagram for ClusterStateVectorNotPresent:

Public Member Functions

 ClusterStateVectorNotPresent (const char *description) throw ()
 Constructor. More...
 
 ClusterStateVectorNotPresent (const ClusterStateVectorNotPresent &other) throw ()
 Copy constructor. More...
 
virtual ~ClusterStateVectorNotPresent () throw ()
 Destructor. More...
 
const char * description () const throw ()
 Returns the description of the error. More...
 
ClusterStateVectorNotPresentoperator= (const ClusterStateVectorNotPresent &other) throw ()
 Copy operator. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

Thrown when a user attempt to get a delegate for a state vector that does not exists.

Definition at line 805 of file nnfwexceptions.h.

Constructor & Destructor Documentation

ClusterStateVectorNotPresent ( const char *  description)
throw (
)
inline

Constructor.

Parameters
descriptionthe description of the error. The buffer for this is at most 256 characters (including the '\0' terminator)

Definition at line 815 of file nnfwexceptions.h.

ClusterStateVectorNotPresent ( const ClusterStateVectorNotPresent other)
throw (
)
inline

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 827 of file nnfwexceptions.h.

virtual ~ClusterStateVectorNotPresent ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 855 of file nnfwexceptions.h.

Member Function Documentation

const char* description ( ) const
throw (
)
inline

Returns the description of the error.

Returns
the description of the error

Definition at line 874 of file nnfwexceptions.h.

ClusterStateVectorNotPresent& operator= ( const ClusterStateVectorNotPresent other)
throw (
)
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 839 of file nnfwexceptions.h.

virtual const char* what ( ) const
throw (
)
inlinevirtual

Returns a C string describing the exception.

Returns
a C string describing the exception

Definition at line 864 of file nnfwexceptions.h.


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