IncompatibleMatrices Class Reference
Thrown when a user attempt to do calculations with incompatible DoubleMatrix. More...
Public Member Functions | |
IncompatibleMatrices (const char *description) throw () | |
Constructor. | |
IncompatibleMatrices (const IncompatibleMatrices &other) throw () | |
Copy constructor. | |
virtual | ~IncompatibleMatrices () throw () |
Destructor. | |
const char * | description () const throw () |
Returns the description of the error. | |
IncompatibleMatrices & | operator= (const IncompatibleMatrices &other) throw () |
Copy operator. | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. |
Detailed Description
Thrown when a user attempt to do calculations with incompatible DoubleMatrix.
Definition at line 558 of file nnfwexceptions.h.
Constructor & Destructor Documentation
IncompatibleMatrices | ( | const char * | description | ) | throw () [inline] |
Constructor.
- Parameters:
-
description the description of the error. The buffer for this is at most 256 characters (including the '\0' terminator)
Definition at line 568 of file nnfwexceptions.h.
IncompatibleMatrices | ( | const IncompatibleMatrices & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 580 of file nnfwexceptions.h.
virtual ~IncompatibleMatrices | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 608 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 627 of file nnfwexceptions.h.
IncompatibleMatrices& operator= | ( | const IncompatibleMatrices & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 592 of file nnfwexceptions.h.
virtual const char* what | ( | ) | const throw () [inline, virtual] |
Returns a C string describing the exception.
- Returns:
- a C string describing the exception
Definition at line 617 of file nnfwexceptions.h.
The documentation for this class was generated from the following file:
- nnfw/include/nnfwexceptions.h