jaxp/src/org/w3c/dom/DOMError.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    42 package org.w3c.dom;
    42 package org.w3c.dom;
    43 
    43 
    44 /**
    44 /**
    45  * <code>DOMError</code> is an interface that describes an error.
    45  * <code>DOMError</code> is an interface that describes an error.
    46  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
    46  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
    47  * @since DOM Level 3
    47  * @since 1.5, DOM Level 3
    48  */
    48  */
    49 public interface DOMError {
    49 public interface DOMError {
    50     // ErrorSeverity
    50     // ErrorSeverity
    51     /**
    51     /**
    52      * The severity of the error described by the <code>DOMError</code> is
    52      * The severity of the error described by the <code>DOMError</code> is