#include <DOMError.hpp>
Public Types | |
Public constants | |
enum | ErrorSeverity { DOM_SEVERITY_WARNING = 1, DOM_SEVERITY_ERROR = 2, DOM_SEVERITY_FATAL_ERROR = 3 } |
The severity of the error described by the DOMError . More... | |
Public Member Functions | |
Destructor | |
virtual | ~DOMError () |
Destructor. | |
Functions introduced in DOM Level 3 | |
virtual ErrorSeverity | getSeverity () const =0 |
Get the severity of the error. | |
virtual const XMLCh * | getMessage () const =0 |
Get the message describing the error that occured. | |
virtual DOMLocator * | getLocation () const =0 |
Get the location of the error. | |
virtual void * | getRelatedException () const =0 |
The related platform dependent exception if any. | |
virtual const XMLCh * | getType () const =0 |
A XMLCh* indicating which related data is expected in relatedData. | |
virtual void * | getRelatedData () const =0 |
The related DOMError::getType dependent data if any. | |
Protected Member Functions | |
Hidden constructors | |
DOMError () |
|
The severity of the error described by the
|
|
|
|
Destructor.
|
|
Get the location of the error.
|
|
Get the message describing the error that occured.
|
|
The related DOMError::getType dependent data if any.
|
|
The related platform dependent exception if any.
|
|
Get the severity of the error.
|
|
A
Users should refer to the specification of the error in order to find its
Note: As an example,
|