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


org.eclipse.wst.xml.xpath2.processor
Class XPathException



public class XPathException
extends java.lang.RuntimeException
This exception is thrown when there is a problem with an XPath exception.

Constructor Summary

XPathException(java.lang.String reason)

Method Summary

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

Constructor Detail

XPathException

public XPathException(java.lang.String reason)

Constructor for XPathException


Methods Detail

getMessage

public java.lang.String getMessage()

Returns

java.lang.String


reason

public java.lang.String reason()

The reason why the exception has been thrown.

Returns

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