LzwCompressorException
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 LzwCompressorException extends CompressorException
Lzw-komprimeringsundantaget.
Konstruktörer
| Konstruktor | Beskrivning |
|---|---|
| LzwCompressorException(String message) | Initierar en ny instans av klassen LzwCompressorException. |
| LzwCompressorException(String message, Throwable innerException) | Initierar en ny instans av klassen LzwCompressorException. |
LzwCompressorException(String message)
public LzwCompressorException(String message)
Initierar en ny instans av klassen LzwCompressorException.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| meddelande | java.lang.String | Undantagsmeddelandet. |
LzwCompressorException(String message, Throwable innerException)
public LzwCompressorException(String message, Throwable innerException)
Initierar en ny instans av klassen LzwCompressorException.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| meddelande | java.lang.String | Undantagsmeddelandet. |
| innerException | java.lang.Throwable | Det inre undantaget. |