Oracle Security Developer Tools XML Security Java API Reference
10g (10.1.4.0.1)

B28178-01


oracle.security.xmlsec.util
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.security.xmlsec.util.ChainedException
              extended byoracle.security.xmlsec.util.XPathException

All Implemented Interfaces:
java.io.Serializable

public class XPathException
extends ChainedException

Exception thrown to indicate a problem with an XPath operation.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
XPathException()
          Creates a new XPathException instance.
XPathException(java.lang.String s)
          Creates a new XPathException instance with the given message string.
XPathException(java.lang.Throwable cause)
          Creates a new XPathException instance with the given cause.

 

Methods inherited from class oracle.security.xmlsec.util.ChainedException
getCause

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()
Creates a new XPathException instance.

XPathException

public XPathException(java.lang.Throwable cause)
Creates a new XPathException instance with the given cause.

XPathException

public XPathException(java.lang.String s)
Creates a new XPathException instance with the given message string.

Oracle Security Developer Tools XML Security Java API Reference
10g (10.1.4.0.1)

B28178-01


Copyright © 2005 ,2006 , Oracle. All rights reserved.