Searched refs:IIOException (Results 1 - 3 of 3) 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
H A DImageReader.java1154 * @throws IIOException
1155 * the IIOException is thrown if there is no suitable
1159 Iterator<ImageTypeSpecifier> imageTypes, int width, int height) throws IIOException {
/frameworks/base/awt/javax/imageio/metadata/
H A DIIOInvalidTreeException.java21 import javax.imageio.IIOException;
29 public class IIOInvalidTreeException extends IIOException {

Completed in 52 milliseconds