Packages

 

com.aspose.imaging.fileformats.jpeg2000

Class Jpeg2000CustomException

  • All Implemented Interfaces:
    Serializable


    public class Jpeg2000CustomException
    extends com.aspose.ms.System.Exception

    Jpeg2000 OpenJpeg code generated exception

    See Also:
    Serialized Form
    • Constructor Detail

      • Jpeg2000CustomException

        public Jpeg2000CustomException(String message)

        Initializes a new instance of the Jpeg2000CustomException class.

        Parameters:
        message - The message that describes the error.
      • Jpeg2000CustomException

        public Jpeg2000CustomException(String message,
                                       Throwable innerException)

        Initializes a new instance of the Jpeg2000CustomException class.

        Parameters:
        message - The error message that explains the reason for the exception.
        innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.