IndexOutOfBoundsException

open class IndexOutOfBoundsException(message: String?) : RuntimeException
open class IndexOutOfBoundsException(message: String?) : RuntimeException
open class IndexOutOfBoundsException(message: String?) : RuntimeException
typealias IndexOutOfBoundsException = IndexOutOfBoundsException

Constructors

IndexOutOfBoundsException
Link copied to clipboard
fun IndexOutOfBoundsException()

Properties

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

Inheritors

ArrayIndexOutOfBoundsException
Link copied to clipboard