public class RleCompressorException extends CompressorException
The rle compressor exception.
Constructor and Description |
---|
RleCompressorException(String message)
Initializes a new instance of the
RleCompressorException class. |
RleCompressorException(String message,
Throwable innerException)
Initializes a new instance of the
RleCompressorException class. |
public RleCompressorException(String message)
Initializes a new instance of the RleCompressorException
class.
message
- The exception message.