Packages

 

com.aspose.psd.coreexceptions.imageformats

Class TiffImageException

    • Constructor Detail

      • TiffImageException

        public TiffImageException(String message)

        Initializes a new instance of the TiffImageException class.

        Parameters:
        message - The exception message.
      • TiffImageException

        public TiffImageException(String message,
                                  Throwable innerException)

        Initializes a new instance of the TiffImageException class.

        Parameters:
        message - The message.
        innerException - The inner exception.
      • TiffImageException

        public TiffImageException(String message,
                                  int error)

        Initializes a new instance of the TiffImageException class.

        Parameters:
        message - The message.
        error - The error.
      • TiffImageException

        public TiffImageException(int error)

        Initializes a new instance of the TiffImageException class.

        Parameters:
        error - The error.
    • Method Detail

      • getOptionsError

        public int getOptionsError()

        Gets the tiff options error.

        Value: The tiff options error.