jaxp/src/javax/xml/parsers/ParserConfigurationException.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
child 25262 1fe892ba017a
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    33 
    33 
    34 public class ParserConfigurationException extends Exception {
    34 public class ParserConfigurationException extends Exception {
    35 
    35 
    36     /**
    36     /**
    37      * Create a new <code>ParserConfigurationException</code> with no
    37      * Create a new <code>ParserConfigurationException</code> with no
    38      * detail mesage.
    38      * detail message.
    39      */
    39      */
    40 
    40 
    41     public ParserConfigurationException() {
    41     public ParserConfigurationException() {
    42         super();
    42         super();
    43     }
    43     }