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. |
public LzwCompressorException(String message)
Initializes a new instance of the LzwCompressorException
class.
message
- The exception message.