org.dom4j

Class XPathException

public class XPathException extends RuntimeException

XPathException is thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing an exception.

Version: $Revision: 1.6 $

Constructor Summary
XPathException(String xpath)
XPathException(String xpath, String reason)
XPathException(String xpath, Exception e)
Method Summary
StringgetXPath()
Returns the XPath expression that caused the problem

Constructor Detail

XPathException

public XPathException(String xpath)

XPathException

public XPathException(String xpath, String reason)

XPathException

public XPathException(String xpath, Exception e)

Method Detail

getXPath

public String getXPath()
Returns the XPath expression that caused the problem

Returns: DOCUMENT ME!

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge