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

Represents Index Out Of Range errors that occur during PDF application execution.

Constructors

ConstructorDescription
IndexOutOfRangeException(String message)Initializes a new instance of the PdfException class.

IndexOutOfRangeException(String message)

public IndexOutOfRangeException(String message)

Initializes a new instance of the PdfException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.