Packages

 

com.aspose.psd.coreexceptions

Class ImageException

    • Constructor Summary

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