src/share/classes/javax/imageio/metadata/IIOInvalidTreeException.java

Print this page

        

@@ -43,10 +43,12 @@
  * @see IIOMetadataNode
  *
  */
 public class IIOInvalidTreeException extends IIOException {
 
+    private static final long serialVersionUID = -1314083172544132777L;
+
     /**
      * The <code>Node</code> that led to the parsing error, or
      * <code>null</code>.
      */
     protected Node offendingNode = null;