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, setStackTracepublic JpegException(String message)
Initializes a new instance of the JpegException class.
message - The exception message.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.