EvonetIteratorInvalidStatusException Class Reference

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

Inheritance diagram for EvonetIteratorInvalidStatusException:

Public Member Functions

 EvonetIteratorInvalidStatusException (const char *function, const char *reason) throw ()
 Constructor. More...
 
 EvonetIteratorInvalidStatusException (const EvonetIteratorInvalidStatusException &other) throw ()
 Copy constructor. More...
 
virtual ~EvonetIteratorInvalidStatusException () throw ()
 Destructor. More...
 
const char * function () const throw ()
 Returns the name of the function where the error occurred. More...
 
EvonetIteratorInvalidStatusExceptionoperator= (const EvonetIteratorInvalidStatusException &other) throw ()
 Copy operator. More...
 
const char * reason () const throw ()
 Returns the string explaining why the object is not in a valid status. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

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

Definition at line 418 of file neuroninterfaces.h.

Constructor & Destructor Documentation

EvonetIteratorInvalidStatusException ( const char *  function,
const char *  reason 
)
throw (
)
inline

Constructor.

Parameters
functionthe name of the function where the error occurred. The buffer for this is at most 256 characters (including the '\0' terminator)
reasonthe 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 431 of file neuroninterfaces.h.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 447 of file neuroninterfaces.h.

virtual ~EvonetIteratorInvalidStatusException ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 483 of file neuroninterfaces.h.

Member Function Documentation

const char* function ( ) const
throw (
)
inline

Returns the name of the function where the error occurred.

Returns
the name of the function where the error occurred

Definition at line 502 of file neuroninterfaces.h.

EvonetIteratorInvalidStatusException& operator= ( const EvonetIteratorInvalidStatusException other)
throw (
)
inline

Copy operator.

Parameters
otherthe exception to copy

Definition at line 463 of file neuroninterfaces.h.

const char* reason ( ) const
throw (
)
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 513 of file neuroninterfaces.h.

virtual const char* what ( ) const
throw (
)
inlinevirtual

Returns a C string describing the exception.

Returns
a C string describing the exception

Definition at line 492 of file neuroninterfaces.h.


The documentation for this class was generated from the following file: