Skip Headers

Oracle® XML API Reference
10g Release 1 (10.1)
Part No. B10789-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

XppException Interface

Table 21-3 summarizes the methods of available through the XPPException interface.

Table 21-3 Summary of XppException Methods; Package XPointer

Function Summary
getCode
Get Oracle XML error code embedded in the exception.
getMesLang
Get current language (encoding) of error messages.
getMesLang
Get Oracle XML error message.
getXppCode
Get XPointer exception code embedded in the exception.


getCode

Virtual member function inherited from XmlException.


Syntax
virtual unsigned getCode() const = 0;


Returns

(unsigned) numeric error code (0 on success)


getMesLang

Virtual member function inherited from XmlException.


Syntax
virtual oratext* getMesLang() const = 0;


Returns

(oratext*) Current language (encoding) of error messages


getMessage

Virtual member function inherited from XmlException.


Syntax
virtual oratext* getMessage() const = 0;


Returns

(oratext *) Error message


getXppCode

This is a virtual member function that defines a prototype for implementation defined member functions returning XPointer processor and compiler exception codes, defined in XppExceptionCode, of the exceptional situations during execution.


Syntax
virtual XppExceptionCode getXppCode() const = 0;


Returns

(XppExceptionCode) exception code