ArrayIndexOutOfBoundsException

open class ArrayIndexOutOfBoundsException : IndexOutOfBoundsException

Constructors

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

Properties

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