javax.xml.xpath

Class XPathException

Known Direct Subclasses:
XPathExpressionException, XPathFactoryConfigurationException

public class XPathException
extends Exception

A generic XPath exception.

Since:
1.3

Constructor Summary

XPathException(String message)
XPathException(Throwable cause)

Method Summary

Throwable
getCause()
void
printStackTrace()
void
printStackTrace(PrintStream out)
void
printStackTrace(PrintWriter out)

Constructor Details

XPathException

public XPathException(String message)


XPathException

public XPathException(Throwable cause)

Method Details

getCause

public Throwable getCause()


printStackTrace

public void printStackTrace()


printStackTrace

public void printStackTrace(PrintStream out)


printStackTrace

public void printStackTrace(PrintWriter out)