Team LiB
Previous Section Next Section

XPathFactoryConfigurationExceptionjavax.xml.xpath

Java 5.0serializable checked

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);  
}

Thrown By

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

    Team LiB
    Previous Section Next Section