Name

XPathFactoryConfigurationException

Synopsis

This exception is thrown by methods of XPathFactory to indicate that a specified object model or feature is not supported.

javax.xml.xpath.XPathFactoryConfigurationException

Figure 20-21. javax.xml.xpath.XPathFactoryConfigurationException

public class XPathFactoryConfigurationException extends XPathException {
// Public Constructors
     public XPathFactoryConfigurationException(Throwable cause);  
     public XPathFactoryConfigurationException(String message);  
}

Thrown By

XPathFactory.{getFeature( ), newInstance( ), setFeature( )}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.