Packages

 

com.aspose.psd.coreexceptions.imageformats

Class JpegException

    • Constructor Summary

      Constructors 
      Constructor and Description
      JpegException(String message)
      Initializes a new instance of the JpegException class.
      JpegException(String message, Throwable innerException)
      Initializes a new instance of the JpegException class.
    • 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.