jaxp/src/javax/xml/parsers/FactoryConfigurationError.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
child 25262 1fe892ba017a
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    43      */
    43      */
    44     private Exception exception;
    44     private Exception exception;
    45 
    45 
    46     /**
    46     /**
    47      * Create a new <code>FactoryConfigurationError</code> with no
    47      * Create a new <code>FactoryConfigurationError</code> with no
    48      * detail mesage.
    48      * detail message.
    49      */
    49      */
    50 
    50 
    51     public FactoryConfigurationError() {
    51     public FactoryConfigurationError() {
    52         super();
    52         super();
    53         this.exception = null;
    53         this.exception = null;