< prev index next >

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

Print this page

        

*** 48,57 **** --- 48,58 ---- /** * The {@code Node} that led to the parsing error, or * {@code null}. */ + @SuppressWarnings("serial") // Not statically typed as Serializable protected Node offendingNode = null; /** * Constructs an {@code IIOInvalidTreeException} with a * message string and a reference to the {@code Node} that
< prev index next >