The constructors of Java.Lang.ArrayIndexOutOfBoundsException are listed below. For a list of all members, see the ArrayIndexOutOfBoundsException Members list.
See Also: Inherited members from Java.Lang.IndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException that includes the current stack trace. | ||
Constructs a new ArrayIndexOutOfBoundsException with the current stack trace and a detail message that is based on the specified invalid index. | ||
Constructs a new ArrayIndexOutOfBoundsException with the current stack trace and the specified detail message. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |