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

The compressor exception.

Constructors

ConstructorDescription
IndexOutOFRangeException(String message)Initializes a new instance of the IndexOutOFRangeException class.
IndexOutOFRangeException(String message, Throwable innerException)Initializes a new instance of the IndexOutOFRangeException class.

IndexOutOFRangeException(String message)

public IndexOutOFRangeException(String message)

Initializes a new instance of the IndexOutOFRangeException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

IndexOutOFRangeException(String message, Throwable innerException)

public IndexOutOFRangeException(String message, Throwable innerException)

Initializes a new instance of the IndexOutOFRangeException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.
innerExceptionjava.lang.ThrowableThe inner exception.