Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


oracle.security.xmlsec.util
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.xmlsec.util.ChainedException
              extended by oracle.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.

 

Method Summary

 

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.

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


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