public class JpegException extends ImageException
Exceptions for Jpeg files
Constructor and Description |
---|
JpegException(String message)
Initializes a new instance of the
JpegException class. |
JpegException(String message,
Throwable innerException)
Initializes a new instance of the
JpegException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public JpegException(String message)
Initializes a new instance of the JpegException
class.
message
- The exception message.