Oracle® XML API Reference 10g Release 1 (10.1) Part Number B10789-01 |
|
|
View PDF |
Table 15-25 summarizes the methods of available through RangeException
interface.
Table 15-25 Summary of RangeException Methods; Dom Package
Function | Summary |
---|---|
getCode |
Get Oracle XML error code embedded in the exception. |
getMesLang |
Get current language (encoding) of error messages. |
getMessage |
Get Oracle XML error message. |
getRangeCode |
Get Range exception code embedded in the exception. |
Gets Oracle XML error code embedded in the exception. Virtual member function inherited from XmlException
.
virtual unsigned getCode() const = 0;
(unsigned)
numeric error code (0 on success)
Gets the current language encoding of error messages. Virtual member function inherited from XmlException
.
virtual oratext* getMesLang() const = 0;
(oratext*)
Current language (encoding) of error messages
Get XML error message. Virtual member function inherited from XmlException
.
virtual oratext* getMessage() const = 0;
(oratext *)
Error message
This is a virtual member function that defines a prototype for implementation defined member functions returning Range exception codes, defined in RangeExceptionCode
, of the exceptional situations during execution.
virtual RangeExceptionCode getRangeCode() const = 0;
(RangeExceptionCode)
exception code