EvonetIteratorInvalidStatusException Class Reference

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

List of all members.

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.
EvonetIteratorInvalidStatusExceptionoperator= (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

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 299 of file neuroninterfaces.h.

Copy constructor.

Parameters:
otherthe exception to copy

Definition at line 315 of file neuroninterfaces.h.

virtual ~EvonetIteratorInvalidStatusException ( ) throw () [inline, virtual]

Destructor.

Definition at line 351 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 370 of file neuroninterfaces.h.

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

Copy operator.

Parameters:
otherthe exception to copy

Definition at line 331 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 381 of file neuroninterfaces.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 360 of file neuroninterfaces.h.


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