Packages

 

com.aspose.imaging.coreexceptions

Class ImageSaveException

    • Constructor Detail

      • ImageSaveException

        public ImageSaveException(String message)

        Initializes a new instance of the ImageSaveException class.

        Parameters:
        message - The exception message.
      • ImageSaveException

        public ImageSaveException(String message,
                                  Throwable innerException)

        Initializes a new instance of the ImageSaveException class.

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