TiffImageException
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException
public class TiffImageException extends ImageException
The Tiff image exception
Constructors
| Constructor | Description |
|---|---|
| TiffImageException(String message) | Initializes a new instance of the TiffImageException class. |
| TiffImageException(String message, Throwable innerException) | Initializes a new instance of the TiffImageException class. |
| TiffImageException(String message, int error) | Initializes a new instance of the TiffImageException class. |
| TiffImageException(int error) | Initializes a new instance of the TiffImageException class. |
Methods
| Method | Description |
|---|---|
| getOptionsError() | Gets the tiff options error. |
TiffImageException(String message)
public TiffImageException(String message)
Initializes a new instance of the TiffImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The exception message. |
TiffImageException(String message, Throwable innerException)
public TiffImageException(String message, Throwable innerException)
Initializes a new instance of the TiffImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message. |
| innerException | java.lang.Throwable | The inner exception. |
TiffImageException(String message, int error)
public TiffImageException(String message, int error)
Initializes a new instance of the TiffImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | The message. |
| error | int | The error. |
TiffImageException(int error)
public TiffImageException(int error)
Initializes a new instance of the TiffImageException class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| error | int | The error. |
getOptionsError()
public int getOptionsError()
Gets the tiff options error.
Value: The tiff options error.
Returns: int