March 2005
Intermediate to advanced
1254 pages
104h 21m
English
XPathFactoryConfigurationException
This exception
is
thrown by methods of XPathFactory to indicate that
a specified object model or feature is not supported.
Figure 20-21. javax.xml.xpath.XPathFactoryConfigurationException
public class XPathFactoryConfigurationException extends XPathException { // Public Constructors public XPathFactoryConfigurationException(Throwable cause); public XPathFactoryConfigurationException(String message); }
XPathFactory.{getFeature( ), newInstance(
), setFeature( )}