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 304 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 317 of file neuroninterfaces.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 333 of file neuroninterfaces.h.
|
inlinevirtual |
Destructor.
Definition at line 369 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 388 of file neuroninterfaces.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 349 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 399 of file neuroninterfaces.h.
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 378 of file neuroninterfaces.h.
The documentation for this class was generated from the following file:
- experiments/include/neuroninterfaces.h