jaxp/src/javax/xml/transform/TransformerConfigurationException.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
child 25262 1fe892ba017a
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    30  */
    30  */
    31 public class TransformerConfigurationException extends TransformerException {
    31 public class TransformerConfigurationException extends TransformerException {
    32 
    32 
    33     /**
    33     /**
    34      * Create a new <code>TransformerConfigurationException</code> with no
    34      * Create a new <code>TransformerConfigurationException</code> with no
    35      * detail mesage.
    35      * detail message.
    36      */
    36      */
    37     public TransformerConfigurationException() {
    37     public TransformerConfigurationException() {
    38         super("Configuration Error");
    38         super("Configuration Error");
    39     }
    39     }
    40 
    40