Package org.eclipse.wst.xml.xpath2.processor.internal


org.eclipse.wst.xml.xpath2.processor.internal
Class XPathError



public class XPathError
extends java.lang.Error
This error is thrown when there is a problem with an XPath exception.

Constructor Summary

XPathError(java.lang.String reason)

Method Summary

public java.lang.Stringreason()
     The reason why the error has been thrown.

Constructor Detail

XPathError

public XPathError(java.lang.String reason)

Constructor for XPathError


Methods Detail

reason

public java.lang.String reason()

The reason why the error has been thrown.

Returns

java.lang.String - the reason why the error has been throw.