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 sıkıştırıcı istisnası.

Yapıcılar

YapıcıAçıklama
LzwCompressorException(String message)LzwCompressorException sınıfının yeni bir örneğini başlatır.
LzwCompressorException(String message, Throwable innerException)LzwCompressorException sınıfının yeni bir örneğini başlatır.

LzwCompressorException(String message)

public LzwCompressorException(String message)

LzwCompressorException sınıfının yeni bir örneğini başlatır.

Parameters:

ParametreTürAçıklama
mesajjava.lang.Stringİstisna mesajı.

LzwCompressorException(String message, Throwable innerException)

public LzwCompressorException(String message, Throwable innerException)

LzwCompressorException sınıfının yeni bir örneğini başlatır.

Parameters:

ParametreTürAçıklama
mesajjava.lang.Stringİstisna mesajı.
innerExceptionjava.lang.Throwableİç istisna.