DeflateCompressorException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException, com.aspose.imaging.coreexceptions.CompressorException
public class DeflateCompressorException extends CompressorException
L’exception du compresseur Deflate.
Constructeurs
| Constructeur | Description |
|---|---|
| DeflateCompressorException(String message) | Initialise une nouvelle instance de la classe DeflateCompressorException. |
DeflateCompressorException(String message)
public DeflateCompressorException(String message)
Initialise une nouvelle instance de la classe DeflateCompressorException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |