#include <dom2_events.h>
Public Types | |
enum | EventExceptionCode { UNSPECIFIED_EVENT_TYPE_ERR = 0 } |
Public Methods | |
EventException (unsigned short _code) | |
EventException (const EventException &other) | |
EventException & | operator= (const EventException &other) |
virtual | ~EventException () |
Public Attributes | |
unsigned short | code |
Event operations may throw an EventException as specified in their method descriptions.
|
An integer indicating the type of error generated. UNSPECIFIED_EVENT_TYPE_ERR: If the Event's type was not specified by initializing the event before the method was called. Specification of the Event's type as null or an empty string will also trigger this exception. |
|
|
|
|
|
|
|
|
|
|