Oracle Security Developer Tools XML Security Java API Reference
10g Release 2 (10.1.2.0.2)

B15571-01


oracle.security.xmlsec.util
Class XPathException

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

All Implemented Interfaces:
java.io.Serializable

public class XPathException
extends java.lang.Exception

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.

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()
Creates a new XPathException instance.

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 Release 2 (10.1.2.0.2)

B15571-01


Copyright © 2005 , Oracle. All rights reserved.