src/org/w3c/dom/ls/LSException.java

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

@@ -52,10 +52,12 @@
  * <code>DOMError</code> interface, a DOM implementation may choose to
  * continue after a fatal error, but the resulting DOM tree is then
  * implementation dependent.
  * <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
 and Save Specification</a>.
+ *
+ * @since 1.5
  */
 public class LSException extends RuntimeException {
     public LSException(short code, String message) {
        super(message);
        this.code = code;