InvalidNewDatumAvailableBehaviorException Class Reference

The exception thrown when using invalid combinations of NewDatumAvailableBehavior and objects for notifications. More...

Inheritance diagram for InvalidNewDatumAvailableBehaviorException:

Public Member Functions

 InvalidNewDatumAvailableBehaviorException (const char *description) throw ()
 Constructor. More...
 
 InvalidNewDatumAvailableBehaviorException (const InvalidNewDatumAvailableBehaviorException &other) throw ()
 Copy constructor. More...
 
virtual ~InvalidNewDatumAvailableBehaviorException () throw ()
 Destructor. More...
 
const char * description () const throw ()
 Returns the description of the error. More...
 
InvalidNewDatumAvailableBehaviorExceptionoperator= (const InvalidNewDatumAvailableBehaviorException &other) throw ()
 Copy operator. More...
 
virtual const char * what () const throw ()
 Returns a C string describing the exception. More...
 

Detailed Description

The exception thrown when using invalid combinations of NewDatumAvailableBehavior and objects for notifications.

Definition at line 508 of file utilitiesexceptions.h.

Constructor & Destructor Documentation

InvalidNewDatumAvailableBehaviorException ( const char *  description)
throw (
)
inline

Constructor.

Parameters
descriptionthe description of the error. The buffer for this is at most 256 characters (including the '\0' terminator)

Definition at line 518 of file utilitiesexceptions.h.

Copy constructor.

Parameters
otherthe exception to copy

Definition at line 532 of file utilitiesexceptions.h.

virtual ~InvalidNewDatumAvailableBehaviorException ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 564 of file utilitiesexceptions.h.

Member Function Documentation

const char* description ( ) const
throw (
)
inline

Returns the description of the error.

Returns
the description of the error

Definition at line 583 of file utilitiesexceptions.h.

Copy operator.

Parameters
otherthe exception to copy

Definition at line 546 of file utilitiesexceptions.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 573 of file utilitiesexceptions.h.


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