< prev index next >

src/java.xml/share/classes/javax/xml/stream/util/XMLEventConsumer.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -47,9 +47,10 @@
    * discard all references to this event upon calling add.
    * The behavior of an application that continues to use such references
    * is undefined.
    *
    * @param event the event to add, may not be null
+   * @throws XMLStreamException if there is an error in adding the event
    */
   public void add(XMLEvent event)
     throws XMLStreamException;
 }
< prev index next >