jaxp/src/org/w3c/dom/ls/LSException.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    52  * <code>DOMError</code> interface, a DOM implementation may choose to
    52  * <code>DOMError</code> interface, a DOM implementation may choose to
    53  * continue after a fatal error, but the resulting DOM tree is then
    53  * continue after a fatal error, but the resulting DOM tree is then
    54  * implementation dependent.
    54  * implementation dependent.
    55  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
    55  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
    56 and Save Specification</a>.
    56 and Save Specification</a>.
       
    57  *
       
    58  * @since 1.5
    57  */
    59  */
    58 public class LSException extends RuntimeException {
    60 public class LSException extends RuntimeException {
    59     public LSException(short code, String message) {
    61     public LSException(short code, String message) {
    60        super(message);
    62        super(message);
    61        this.code = code;
    63        this.code = code;