Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

DOM::EventException Class Reference

Introduced in DOM Level 2:. More...

#include <dom2_events.h>

List of all members.

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


Detailed Description

Introduced in DOM Level 2:.

Event operations may throw an EventException as specified in their method descriptions.


Member Enumeration Documentation

enum DOM::EventException::EventExceptionCode
 

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.

Enumeration values:
UNSPECIFIED_EVENT_TYPE_ERR 


Constructor & Destructor Documentation

DOM::EventException::EventException unsigned short    _code
 

DOM::EventException::EventException const EventException &    other
 

virtual DOM::EventException::~EventException   [inline, virtual]
 


Member Function Documentation

EventException& DOM::EventException::operator= const EventException &    other
 


Member Data Documentation

unsigned short DOM::EventException::code
 


The documentation for this class was generated from the following file:
Generated on Sat Jan 31 23:28:24 2004 for XPath by doxygen1.2.18