Packages

 

com.aspose.imaging.coreexceptions.imageformats

Class PngImageException

  • All Implemented Interfaces:
    Serializable


    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.