oracle.xml.parser.v2
Class XPathException

oracle.xml.parser.v2.XSLException
  |
  +--oracle.xml.parser.v2.XPathException

public class XPathException
extends XSLException

Indicates that an exception occurred during XPath processing.


Method Summary
TypeMethod
 int getErrorID()
           
 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
 

Method Detail

getErrorID

public int getErrorID()

getMessage

public java.lang.String getMessage()
Overrride getMessage, in order to construct error message from error id, and error params

getMessage

public java.lang.String getMessage(XMLError err)
Get localized message based on the XMLError sent as parameter
Parameters:
err - XMLError class used to get the error message