OutsideMatrixBoundaries Class Reference
Thrown when a user attempt to access outside boundary of a DoubleMatrix. More...
Inheritance diagram for OutsideMatrixBoundaries:
![Inheritance graph](classfarsa_1_1OutsideMatrixBoundaries__inherit__graph.png)
Public Member Functions | |
OutsideMatrixBoundaries (const char *description) throw () | |
Constructor. More... | |
OutsideMatrixBoundaries (const OutsideMatrixBoundaries &other) throw () | |
Copy constructor. More... | |
virtual | ~OutsideMatrixBoundaries () throw () |
Destructor. More... | |
const char * | description () const throw () |
Returns the description of the error. More... | |
OutsideMatrixBoundaries & | operator= (const OutsideMatrixBoundaries &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 access outside boundary of a DoubleMatrix.
Definition at line 649 of file nnfwexceptions.h.
Constructor & Destructor Documentation
|
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 659 of file nnfwexceptions.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 671 of file nnfwexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 699 of file nnfwexceptions.h.
Member Function Documentation
|
inline |
Returns the description of the error.
- Returns
- the description of the error
Definition at line 718 of file nnfwexceptions.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 683 of file nnfwexceptions.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 708 of file nnfwexceptions.h.
The documentation for this class was generated from the following file:
- nnfw/include/nnfwexceptions.h