| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.xml.xsql.XSQLError
Represents a fatal error in the XSQL page processing engine.
| Method Summary | |
|  java.lang.Integer | getErrorCode()Returns the XSQL error code | 
|  java.lang.String | getErrorXML()Returns the XSQL error information formatted as a well-formed XML fragment. | 
|  Document | getErrorXMLDocument()Returns the XSQL error information as a DOM Document | 
|  java.lang.String | getMessage()Returns the text of the XSQL error that has occurred. | 
|  java.lang.Object[] | getSupplementalErrorInfo()Returns an Object array of supplemental error information. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public java.lang.String getMessage()
public java.lang.Object[] getSupplementalErrorInfo()
public java.lang.String getErrorXML()
public Document getErrorXMLDocument()
public java.lang.Integer getErrorCode()
| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||