src/org/w3c/dom/DOMError.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 42,52 **** package org.w3c.dom; /** * <code>DOMError</code> is an interface that describes an error. * <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>. ! * @since DOM Level 3 */ public interface DOMError { // ErrorSeverity /** * The severity of the error described by the <code>DOMError</code> is --- 42,52 ---- package org.w3c.dom; /** * <code>DOMError</code> is an interface that describes an error. * <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>. ! * @since 1.5, DOM Level 3 */ public interface DOMError { // ErrorSeverity /** * The severity of the error described by the <code>DOMError</code> is