TiffImageException

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

ConstructorDescription
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

MethodDescription
getOptionsError()Gets the tiff options error.

TiffImageException(String message)

public TiffImageException(String message)

Initializes a new instance of the TiffImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

TiffImageException(String message, Throwable innerException)

public TiffImageException(String message, Throwable innerException)

Initializes a new instance of the TiffImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
innerExceptionjava.lang.ThrowableThe inner exception.

TiffImageException(String message, int error)

public TiffImageException(String message, int error)

Initializes a new instance of the TiffImageException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
errorintThe error.

TiffImageException(int error)

public TiffImageException(int error)

Initializes a new instance of the TiffImageException class.

Parameters:

ParameterTypeDescription
errorintThe error.

getOptionsError()

public int getOptionsError()

Gets the tiff options error.

Value: The tiff options error.

Returns: int