Packages

 

com.aspose.imaging.coreexceptions

Class ImageException

    • Constructor Detail

      • ImageException

        public ImageException(String message)

        Initializes a new instance of the ImageException class.

        Parameters:
        message - The exception message.
      • ImageException

        public ImageException(String message,
                              Throwable innerException)

        Initializes a new instance of the ImageException class.

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