ofxDOM
A DOM Level 3 Events implementation for openFrameworks.
ofx::DOM::DOMException Class Reference

A generic DOM exception. More...

#include <Exceptions.h>

Inheritance diagram for ofx::DOM::DOMException:

Static Public Attributes

static const std::string INVALID_POINTER_ID = "InvalidPointerId"
 Invalid pointer id exception.
 
static const std::string INVALID_STATE_ERROR = "InvalidStateError"
 Invalid state exception.
 
static const std::string UNREGISTERED_EVENT = "UnregisteredEvent"
 Unregistered event exception.
 
static const std::string INVALID_ATTRIBUTE_KEY = "InvalidAttributeKey"
 Invalid attribute key exception.
 

Detailed Description

A generic DOM exception.


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