Searched defs:IIOInvalidTreeException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOInvalidTreeException.java32 * An <code>IIOInvalidTreeException</code> is thrown when an attempt
46 public class IIOInvalidTreeException extends IIOException { class in inherits:IIOException
55 * Constructs an <code>IIOInvalidTreeException</code> with a
64 public IIOInvalidTreeException(String message, Node offendingNode) { method in class:IIOInvalidTreeException
70 * Constructs an <code>IIOInvalidTreeException</code> with a
83 public IIOInvalidTreeException(String message, Throwable cause, method in class:IIOInvalidTreeException

Completed in 111 milliseconds