Searched defs:ParserConfigurationException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/javax/xml/parsers/
H A DParserConfigurationException.java34 public class ParserConfigurationException extends Exception { class in inherits:Exception
37 * Create a new <code>ParserConfigurationException</code> with no
41 public ParserConfigurationException() { method in class:ParserConfigurationException
46 * Create a new <code>ParserConfigurationException</code> with
52 public ParserConfigurationException(String msg) { method in class:ParserConfigurationException

Completed in 1449 milliseconds