public class TiffImageException extends ImageException
The Tiff image exception
| Constructor and Description |
|---|
TiffImageException(int error)
Initializes a new instance of the
TiffImageException class. |
TiffImageException(String message)
Initializes a new instance of the
TiffImageException class. |
TiffImageException(String message,
int error)
Initializes a new instance of the
TiffImageException class. |
TiffImageException(String message,
Throwable innerException)
Initializes a new instance of the
TiffImageException class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getOptionsError()
Gets the tiff options error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TiffImageException(String message)
Initializes a new instance of the TiffImageException class.
message - The exception message.public TiffImageException(String message, Throwable innerException)
Initializes a new instance of the TiffImageException class.
message - The message.innerException - The inner exception.public TiffImageException(String message, int error)
Initializes a new instance of the TiffImageException class.
message - The message.error - The error.public TiffImageException(int error)
Initializes a new instance of the TiffImageException class.
error - The error.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.