OutputFunctionSetClusterException Class Reference
Thrown when a user attempt to call setCluster on an OutputFunction already inserted into a Cluster. More...
Public Member Functions | |
OutputFunctionSetClusterException () throw () | |
Constructor. | |
OutputFunctionSetClusterException (const OutputFunctionSetClusterException &other) throw () | |
Copy constructor. | |
virtual | ~OutputFunctionSetClusterException () throw () |
Destructor. | |
OutputFunctionSetClusterException & | operator= (const OutputFunctionSetClusterException &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 call setCluster on an OutputFunction already inserted into a Cluster.
Definition at line 740 of file nnfwexceptions.h.
Constructor & Destructor Documentation
OutputFunctionSetClusterException | ( | ) | throw () [inline] |
Constructor.
Definition at line 746 of file nnfwexceptions.h.
OutputFunctionSetClusterException | ( | const OutputFunctionSetClusterException & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 756 of file nnfwexceptions.h.
virtual ~OutputFunctionSetClusterException | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 780 of file nnfwexceptions.h.
Member Function Documentation
OutputFunctionSetClusterException& operator= | ( | const OutputFunctionSetClusterException & | other | ) | throw () [inline] |
Copy operator.
- Parameters:
-
other the exception to copy
Definition at line 766 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 789 of file nnfwexceptions.h.
The documentation for this class was generated from the following file:
- nnfw/include/nnfwexceptions.h