Packages

 

com.aspose.psd.coreexceptions.imageformats

Class PngImageException



  • public class PngImageException
    extends com.aspose.ms.System.Exception

    The png image exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • PngImageException

        public PngImageException(String message)

        Initializes a new instance of the PngImageException class.

        Parameters:
        message - The message.
      • PngImageException

        public PngImageException(String message,
                                 Throwable innerException)

        Initializes a new instance of the PngImageException class.

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