jaxp/src/com/sun/org/apache/xml/internal/dtm/DTMConfigurationException.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    30 public class DTMConfigurationException extends DTMException {
    30 public class DTMConfigurationException extends DTMException {
    31     static final long serialVersionUID = -4607874078818418046L;
    31     static final long serialVersionUID = -4607874078818418046L;
    32 
    32 
    33     /**
    33     /**
    34      * Create a new <code>DTMConfigurationException</code> with no
    34      * Create a new <code>DTMConfigurationException</code> with no
    35      * detail mesage.
    35      * detail message.
    36      */
    36      */
    37     public DTMConfigurationException() {
    37     public DTMConfigurationException() {
    38         super("Configuration Error");
    38         super("Configuration Error");
    39     }
    39     }
    40 
    40