javax.xml.xpath

Class XPathException

public class XPathException extends Exception

A generic XPath exception.

Since: 1.3

Constructor Summary
XPathException(String message)
XPathException(Throwable cause)
Method Summary
ThrowablegetCause()
voidprintStackTrace()
voidprintStackTrace(PrintStream out)
voidprintStackTrace(PrintWriter out)

Constructor Detail

XPathException

public XPathException(String message)

XPathException

public XPathException(Throwable cause)

Method Detail

getCause

public Throwable getCause()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream out)

printStackTrace

public void printStackTrace(PrintWriter out)