src/org/w3c/dom/events/EventException.java

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

@@ -43,11 +43,11 @@
 
 /**
  *  Event operations may throw an <code>EventException</code> as specified in
  * their method descriptions.
  * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
- * @since DOM Level 2
+ * @since 1.5, DOM Level 2
  */
 public class EventException extends RuntimeException {
     public EventException(short code, String message) {
        super(message);
        this.code = code;