Packages

 

com.aspose.imaging.coreexceptions

Class ImageLoadException

    • Constructor Detail

      • ImageLoadException

        public ImageLoadException(String message)

        Initializes a new instance of the ImageLoadException class.

        Parameters:
        message - The exception message.
      • ImageLoadException

        public ImageLoadException(String message,
                                  Throwable innerException)

        Initializes a new instance of the ImageLoadException class.

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