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.
|
public 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.