| 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.security.xmlsec.util.ChainedException
              
oracle.security.xmlsec.util.XPathException
public class XPathException
Exception thrown to indicate a problem with an XPath operation.
| 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 | 
|---|
public XPathException()
XPathException instance.public XPathException(java.lang.Throwable cause)
XPathException instance with the given cause.public XPathException(java.lang.String s)
XPathException instance with the given message string.
  | 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||