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, Exception e)
XPathException(String xpath, String reason)

Method Summary

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

Constructor Details

XPathException

public XPathException(String xpath)

XPathException

public XPathException(String xpath,
                      Exception e)

XPathException

public XPathException(String xpath,
                      String reason)

Method Details

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 Logo