BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xpath
Class XPathProcessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.transform.TransformerException
                    |
                    +--weblogic.apache.xpath.XPathException
                          |
                          +--weblogic.apache.xpath.XPathProcessorException

public class XPathProcessorException
extends XPathException

Derived from XPathException in order that XPath processor exceptions may be specifically caught.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

See Also:
Serialized Form

Fields inherited from class weblogic.apache.xpath.XPathException
m_exception
 
Constructor Summary
XPathProcessorException(java.lang.String message)
          Create an XPathProcessorException object that holds an error message.
XPathProcessorException(java.lang.String message, java.lang.Exception e)
          Create an XPathProcessorException object that holds an error message, and another exception that caused this exception.
 
Methods inherited from class weblogic.apache.xpath.XPathException
getException, getMessage, getStylesheetNode, printStackTrace, printStackTrace
 
Methods inherited from class javax.xml.transform.TransformerException
getCause, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, setLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathProcessorException

public XPathProcessorException(java.lang.String message)
Create an XPathProcessorException object that holds an error message.

Parameters:
message - The error message.

XPathProcessorException

public XPathProcessorException(java.lang.String message,
                               java.lang.Exception e)
Create an XPathProcessorException object that holds an error message, and another exception that caused this exception.

Parameters:
message - The error message.
e - The exception that caused this exception.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.