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