| 
 | 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
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.xml.util.XMLException
                    |
                    +--oracle.xml.parser.v2.XSLException
                          |
                          +--oracle.xml.parser.v2.XPathException
Indicates that an exception occurred during XPath processing.
| Field Summary | 
| Fields inherited from class oracle.xml.util.XMLException | 
| ERROR, FATAL_ERROR, WARNING | 
| Method Summary | |
|  int | getErrorID()Get error id | 
|  java.lang.String | getMessage()Overrride getMessage, in order to construct error message from error id, and error params | 
|  java.lang.String | getMessage(XMLError err)Get localized message based on the XMLError sent as parameter | 
| Methods inherited from class oracle.xml.util.XMLException | 
| formatErrorMessage, getColumnNumber, getException, getLineNumber, getMessage, getMessageType, getNumMessages, getPublicId, getSystemId, getXMLError, printStackTrace, printStackTrace, printStackTrace, setException, toString | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
public int getErrorID()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getMessage(XMLError err)
err - XMLError class used to get the error message| 
 | 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 | |||||||||