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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |