IndexOutOfBoundsException

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

Constructors

IndexOutOfBoundsException
Link copied to clipboard
expect fun IndexOutOfBoundsException()
actual fun IndexOutOfBoundsException()
actual fun IndexOutOfBoundsException()

Properties

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

Inheritors

ArrayIndexOutOfBoundsException
Link copied to clipboard