Table 14-3 summarizes the methods of available through the DOMException
interface.
Table 15-6 Summary of DOMException Methods; Dom Package
Function | Summary |
---|---|
getDOMCode
|
Get DOM exception code embedded in the exception. |
getMesLang
|
Get current language encoding of error messages. |
getMessage
|
Get Oracle XML error message. |
This is a virtual member function that defines a prototype for implementation defined member functions returning DOM exception codes, defined in DOMExceptionCode
, of the exceptional situations during execution
virtual DOMExceptionCode getDOMCode() const = 0;
(DOMExceptionCode)
exception code
Virtual member function inherited from XmlException
virtual oratext* getMesLang() const = 0;
(oratext*)
Current language (encoding) of error messages
Virtual member function inherited from XmlException
virtual oratext* getMessage() const = 0;
(oratext *)
Error message