OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IIOException
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/awt/javax/imageio/
IIOException.java
27
* The
IIOException
class indicates errors in reading/writing operations.
31
public class
IIOException
extends IOException {
39
* Instantiates a new
IIOException
.
44
public
IIOException
(String message) {
49
* Instantiates a new
IIOException
.
56
public
IIOException
(String message, Throwable cause) {
ImageReader.java
[
all
...]
/frameworks/base/awt/javax/imageio/metadata/
IIOInvalidTreeException.java
21
import javax.imageio.
IIOException
;
29
public class IIOInvalidTreeException extends
IIOException
{
Completed in 148 milliseconds