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,
RuntimeException 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.public LzwCompressorException(String message, RuntimeException innerException)
Initializes a new instance of the LzwCompressorException
class.
message
- The exception message.innerException
- The inner exception.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.