javax.xml.xpath
Class XPathFactoryConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.xpath.XPathException
              extended by javax.xml.xpath.XPathFactoryConfigurationException
All Implemented Interfaces:
Serializable

public class XPathFactoryConfigurationException
extends XPathException

A configuration exception in an XPath factory environment.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
XPathFactoryConfigurationException(String message)
           
XPathFactoryConfigurationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.xml.xpath.XPathException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathFactoryConfigurationException

public XPathFactoryConfigurationException(String message)

XPathFactoryConfigurationException

public XPathFactoryConfigurationException(Throwable cause)