The exception thrown when EvonetIterator is not in a valid status. More...

Public Member Functions | |
EvonetIteratorInvalidStatusException (const char *function, const char *reason) throw () | |
Constructor. | |
EvonetIteratorInvalidStatusException (const EvonetIteratorInvalidStatusException &other) throw () | |
Copy constructor. | |
virtual | ~EvonetIteratorInvalidStatusException () throw () |
Destructor. | |
const char * | function () const throw () |
Returns the name of the function where the error occurred. | |
EvonetIteratorInvalidStatusException & | operator= (const EvonetIteratorInvalidStatusException &other) throw () |
Copy operator. | |
const char * | reason () const throw () |
Returns the string explaining why the object is not in a valid status. | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. | |
Detailed Description
The exception thrown when EvonetIterator is not in a valid status.
Definition at line 286 of file neuroninterfaces.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
function the name of the function where the error occurred. The buffer for this is at most 256 characters (including the '\0' terminator) reason the string explaining why the object is not in a valid status. The buffer for this is at most 256 characters (including the '\0' terminator)
Definition at line 299 of file neuroninterfaces.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 315 of file neuroninterfaces.h.
|
inlinevirtual |
Destructor.
Definition at line 351 of file neuroninterfaces.h.
Member Function Documentation
|
inline |
Returns the name of the function where the error occurred.
- Returns
- the name of the function where the error occurred
Definition at line 370 of file neuroninterfaces.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 331 of file neuroninterfaces.h.
|
inline |
Returns the string explaining why the object is not in a valid status.
- Returns
- the string explaining why the object is not in a valid status
Definition at line 381 of file neuroninterfaces.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 360 of file neuroninterfaces.h.
The documentation for this class was generated from the following file:
- experiments/include/neuroninterfaces.h