IndexOutOFRangeException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class IndexOutOFRangeException extends System.Exception

压缩器异常。

构造函数

构造函数描述
IndexOutOFRangeException(String message)初始化 IndexOutOFRangeException 类的新实例。
IndexOutOFRangeException(String message, Throwable innerException)初始化 IndexOutOFRangeException 类的新实例。

IndexOutOFRangeException(String message)

public IndexOutOFRangeException(String message)

初始化 IndexOutOFRangeException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String异常消息。

IndexOutOFRangeException(String message, Throwable innerException)

public IndexOutOFRangeException(String message, Throwable innerException)

初始化 IndexOutOFRangeException 类的新实例。

Parameters:

参数类型描述
messagejava.lang.String异常消息。
innerExceptionjava.lang.Throwable内部异常。