Packages

 

com.aspose.imaging.coreexceptions.imageformats

Class JpegException

    • Constructor Detail

      • JpegException

        public JpegException(String message)

        Initializes a new instance of the JpegException class.

        Parameters:
        message - The exception message.
      • JpegException

        public JpegException(String message,
                             Throwable innerException)

        Initializes a new instance of the JpegException class.

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