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