Name

ParserConfigurationException

Synopsis

Signals a parser configuration problem that prevents a parser factory object from creating a parser object.

javax.xml.parsers.ParserConfigurationException

Figure 20-4. javax.xml.parsers.ParserConfigurationException

public class ParserConfigurationException extends Exception {
// Public Constructors
     public ParserConfigurationException( );  
     public ParserConfigurationException(String msg);  
}

Thrown By

DocumentBuilderFactory.{getFeature( ), newDocumentBuilder( ), setFeature( )}, SAXParserFactory.{getFeature( ), newSAXParser( ), 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.