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

ConstructeurDescription
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ètreTypeDescription
messagejava.lang.StringLe message d’exception.

IndexOutOFRangeException(String message, Throwable innerException)

public IndexOutOFRangeException(String message, Throwable innerException)

Initialise une nouvelle instance de la classe IndexOutOFRangeException.

Parameters:

ParamètreTypeDescription
messagejava.lang.StringLe message d’exception.
innerExceptionjava.lang.ThrowableL’exception interne.