RleCompressorException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException, com.aspose.imaging.coreexceptions.CompressorException
public class RleCompressorException extends CompressorException
RLE 压缩器异常。
构造函数
| 构造函数 | 描述 |
|---|---|
| RleCompressorException(String message) | 初始化 RleCompressorException 类的新实例。 |
| RleCompressorException(String message, Throwable innerException) | 初始化 RleCompressorException 类的新实例。 |
RleCompressorException(String message)
public RleCompressorException(String message)
初始化 RleCompressorException 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| message | java.lang.String | 异常消息。 |
RleCompressorException(String message, Throwable innerException)
public RleCompressorException(String message, Throwable innerException)
初始化 RleCompressorException 类的新实例。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| message | java.lang.String | 异常消息。 |
| innerException | java.lang.Throwable | 内部异常。 |