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

/frameworks/base/awt/javax/imageio/
H A DIIOException.java27 * The IIOException class indicates errors in reading/writing operations.
31 public class IIOException extends IOException { class in inherits:IOException
39 * Instantiates a new IIOException.
44 public IIOException(String message) { method in class:IIOException
49 * Instantiates a new IIOException.
56 public IIOException(String message, Throwable cause) { method in class:IIOException

Completed in 60 milliseconds