Packages

 

com.aspose.imaging.coreexceptions

Class ImageCreateException

    • Constructor Detail

      • ImageCreateException

        public ImageCreateException(String message)

        Initializes a new instance of the ImageCreateException class.

        Parameters:
        message - The exception message.
      • ImageCreateException

        public ImageCreateException(String message,
                                    Throwable innerException)

        Initializes a new instance of the ImageCreateException class.

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