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

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DIIOException.java42 public class IIOException extends IOException { class in inherits:IOException
45 * Constructs an <code>IIOException</code> with a given message
53 public IIOException(String message) { method in class:IIOException
58 * Constructs an <code>IIOException</code> with a given message
69 public IIOException(String message, Throwable cause) { method in class:IIOException

Completed in 224 milliseconds