18#if !defined(XALANDOMEXCEPTION_HEADER_GUARD_1357924680)
19#define XALANDOMEXCEPTION_HEADER_GUARD_1357924680
49 DOMSTRING_SIZE_ERR = 2,
50 HIERARCHY_REQUEST_ERR = 3,
51 WRONG_DOCUMENT_ERR = 4,
52 INVALID_CHARACTER_ERR = 5,
53 NO_DATA_ALLOWED_ERR = 6,
54 NO_MODIFICATION_ALLOWED_ERR = 7,
56 NOT_SUPPORTED_ERR = 9,
57 INUSE_ATTRIBUTE_ERR = 10,
58 INVALID_STATE_ERR = 11,
60 INVALID_MODIFICATION_ERR = 13,
62 INVALID_ACCESS_ERR = 15,
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual ~XalanDOMException()
Destructor for XalanDOMException.
virtual ExceptionCode getExceptionCode() const
Returns a code value, from the set defined by the ExceptionCode enum, indicating the type of error th...
XalanDOMException(ExceptionCode code=UNKNOWN_ERR)
Constructor which takes an error code and a message.
XalanDOMException(const XalanDOMException &theSource)
Copy constructor.