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
L’exception du compresseur.
Constructeurs
| Constructeur | Description |
|---|---|
| IndexOutOFRangeException(String message) | Initialise une nouvelle instance de la classe IndexOutOFRangeException. |
| IndexOutOFRangeException(String message, Throwable innerException) | Initialise une nouvelle instance de la classe IndexOutOFRangeException. |
IndexOutOFRangeException(String message)
public IndexOutOFRangeException(String message)
Initialise une nouvelle instance de la classe IndexOutOFRangeException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
IndexOutOFRangeException(String message, Throwable innerException)
public IndexOutOFRangeException(String message, Throwable innerException)
Initialise une nouvelle instance de la classe IndexOutOFRangeException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| message | java.lang.String | Le message d’exception. |
| innerException | java.lang.Throwable | L’exception interne. |