BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.xpath
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.apache.xerces.impl.xpath.XPathException
All Implemented Interfaces:
Serializable

Deprecated. please use JDK supplied XML parsers and transformers

public class XPathException
extends Exception

XPath exception.

See Also:
Serialized Form

Constructor Summary
XPathException()
          Deprecated. Constructs an exception.
XPathException(String key)
          Deprecated. Constructs an exception with the specified key.
 
Method Summary
 String getKey()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathException

public XPathException()
Deprecated. 
Constructs an exception.


XPathException

public XPathException(String key)
Deprecated. 
Constructs an exception with the specified key.

Method Detail

getKey

public String getKey()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.