ArrayIndexOutOfBoundsException

open class ArrayIndexOutOfBoundsException : IndexOutOfBoundsException

Constructors

ArrayIndexOutOfBoundsException
Link copied to clipboard
Native
fun ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException
Link copied to clipboard
Native
fun ArrayIndexOutOfBoundsException(message: String?)

Properties

cause
Link copied to clipboard
Native
open val cause: Throwable?
message
Link copied to clipboard
Native
open val message: String?