public class LzwCompressorException extends CompressorException
The lzw compressor exception.
| Constructor and Description |
|---|
LzwCompressorException(String message)
Initializes a new instance of the
LzwCompressorException class. |
LzwCompressorException(String message,
Throwable innerException)
Initializes a new instance of the
LzwCompressorException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic LzwCompressorException(String message)
Initializes a new instance of the LzwCompressorException class.
message - The exception message.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.