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

/libcore/luni/src/main/java/javax/xml/parsers/
H A DParserConfigurationException.java19 // $Id: ParserConfigurationException.java 569981 2007-08-27 03:59:07Z mrglavas $
30 public class ParserConfigurationException extends Exception { class in inherits:Exception
33 * Create a new <code>ParserConfigurationException</code> with no
37 public ParserConfigurationException() { method in class:ParserConfigurationException
41 * Create a new <code>ParserConfigurationException</code> with
47 public ParserConfigurationException(String msg) { method in class:ParserConfigurationException

Completed in 33 milliseconds