javax.imageio
public class IIOException extends IOException
Constructor and Description |
---|
IIOException(String message)
Create an exception with a descriptive error message.
|
IIOException(String message,
Throwable cause)
Create an exception with a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IIOException(String message)
message
- The descriptive error message.public IIOException(String message, Throwable cause)
message
- The descriptive error message.cause
- The cause for this exception.