public class JPEGException
extends java.io.IOException
| Constructor and Description |
|---|
JPEGException(java.lang.Exception e)
Constructor.
|
JPEGException(java.lang.String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Gets the exception.
|
void |
setMessage(java.lang.String message)
Modifies the message.
|