Packages

 

com.aspose.imaging.coreexceptions.imageformats

Class DjvuImageException

    • Constructor Detail

      • DjvuImageException

        public DjvuImageException(String message)

        Initializes a new instance of the DjvuImageException class.

        Parameters:
        message - The exception message.
      • DjvuImageException

        public DjvuImageException(String message,
                                  Throwable innerException)

        Initializes a new instance of the DjvuImageException class.

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