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... | |
InvalidNewDatumAvailableBehaviorException & | operator= (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
|
inline |
Constructor.
- Parameters
-
description the 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.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 532 of file utilitiesexceptions.h.
|
inlinevirtual |
Destructor.
Definition at line 564 of file utilitiesexceptions.h.
Member Function Documentation
|
inline |
Returns the description of the error.
- Returns
- the description of the error
Definition at line 583 of file utilitiesexceptions.h.
|
inline |
Copy operator.
- Parameters
-
other the exception to copy
Definition at line 546 of file utilitiesexceptions.h.
|
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:
- utilities/include/utilitiesexceptions.h