nnfwexceptions.h
Go to the documentation of this file.
766 OutputFunctionSetClusterException& operator=(const OutputFunctionSetClusterException& other) throw()
791 return "setCluster called on an OutputFunction already configured to be part of another Cluster!";
VectorResizeNotAllowed & operator=(const VectorResizeNotAllowed &other)
Copy operator.
Definition: nnfwexceptions.h:142
OutputFunctionSetClusterException(const OutputFunctionSetClusterException &other)
Copy constructor.
Definition: nnfwexceptions.h:756
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:864
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:708
ClusterStateVectorNotPresent & operator=(const ClusterStateVectorNotPresent &other)
Copy operator.
Definition: nnfwexceptions.h:839
const char * description() const
Returns the description of the error.
Definition: nnfwexceptions.h:718
Thrown when a user attempt to do calculations with incompatible DoubleVectors.
Definition: nnfwexceptions.h:181
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:165
VectorAssignmentNotAllowed & operator=(const VectorAssignmentNotAllowed &other)
Copy operator.
Definition: nnfwexceptions.h:77
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:331
VectorAssignmentNotAllowed(const VectorAssignmentNotAllowed &other)
Copy constructor.
Definition: nnfwexceptions.h:67
Thrown when a user attempt to get a delegate for a state vector that does not exists.
Definition: nnfwexceptions.h:805
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:617
Thrown when a user attempt to access outside boundary of a DoubleMatrix.
Definition: nnfwexceptions.h:649
IncompatibleMatrices(const IncompatibleMatrices &other)
Copy constructor.
Definition: nnfwexceptions.h:580
const char * description() const
Returns the description of the error.
Definition: nnfwexceptions.h:341
OutsideVectorBoundaries & operator=(const OutsideVectorBoundaries &other)
Copy operator.
Definition: nnfwexceptions.h:306
const char * description() const
Returns the description of the error.
Definition: nnfwexceptions.h:627
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:412
Thrown when a user attempt to call setCluster on an OutputFunction already inserted into a Cluster...
Definition: nnfwexceptions.h:740
Thrown when a user attempt to resize a DoubleMatrix with isinternal flag on.
Definition: nnfwexceptions.h:493
OutputFunctionSetClusterException & operator=(const OutputFunctionSetClusterException &other)
Copy operator.
Definition: nnfwexceptions.h:766
IncompatibleVectors(const IncompatibleVectors &other)
Copy constructor.
Definition: nnfwexceptions.h:203
ClusterFromOrToMissing & operator=(const ClusterFromOrToMissing &other)
Copy operator.
Definition: nnfwexceptions.h:389
Thrown when a user attempt to call the operator= on a DoubleVector with isinternal flag on...
Definition: nnfwexceptions.h:51
Thrown when a user attempt to call the operator= on a DoubleMatrix with isinternal flag on...
Definition: nnfwexceptions.h:428
IncompatibleVectors & operator=(const IncompatibleVectors &other)
Copy operator.
Definition: nnfwexceptions.h:215
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:100
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:789
OutsideVectorBoundaries(const OutsideVectorBoundaries &other)
Copy constructor.
Definition: nnfwexceptions.h:294
MatrixResizeNotAllowed & operator=(const MatrixResizeNotAllowed &other)
Copy operator.
Definition: nnfwexceptions.h:519
Thrown when a user attempt to resize a DoubleVector with isinternal flag on.
Definition: nnfwexceptions.h:116
Thrown when a user attempt to create a Linker without specify the "from" or "to". ...
Definition: nnfwexceptions.h:363
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:240
MatrixResizeNotAllowed(const MatrixResizeNotAllowed &other)
Copy constructor.
Definition: nnfwexceptions.h:509
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:542
OutsideMatrixBoundaries & operator=(const OutsideMatrixBoundaries &other)
Copy operator.
Definition: nnfwexceptions.h:683
OutsideMatrixBoundaries(const OutsideMatrixBoundaries &other)
Copy constructor.
Definition: nnfwexceptions.h:671
ClusterStateVectorNotPresent(const ClusterStateVectorNotPresent &other)
Copy constructor.
Definition: nnfwexceptions.h:827
Thrown when a user attempt to access outside boundary of a DoubleVector.
Definition: nnfwexceptions.h:272
Thrown when a user attempt to do calculations with incompatible DoubleMatrix.
Definition: nnfwexceptions.h:558
const char * description() const
Returns the description of the error.
Definition: nnfwexceptions.h:250
VectorResizeNotAllowed(const VectorResizeNotAllowed &other)
Copy constructor.
Definition: nnfwexceptions.h:132
ClusterFromOrToMissing(const ClusterFromOrToMissing &other)
Copy constructor.
Definition: nnfwexceptions.h:379
virtual const char * what() const
Returns a C string describing the exception.
Definition: nnfwexceptions.h:477
const char * description() const
Returns the description of the error.
Definition: nnfwexceptions.h:874
MatrixAssignmentNotAllowed(const MatrixAssignmentNotAllowed &other)
Copy constructor.
Definition: nnfwexceptions.h:444
IncompatibleMatrices & operator=(const IncompatibleMatrices &other)
Copy operator.
Definition: nnfwexceptions.h:592
MatrixAssignmentNotAllowed & operator=(const MatrixAssignmentNotAllowed &other)
Copy operator.
Definition: nnfwexceptions.h:454