OutOfBoundsException

class OutOfBoundsException(index: Int = -1, str: String = "Out Of Bounds") : Exception

Exception representing an Out of Bounds error

Constructors

Link copied to clipboard
constructor(index: Int = -1, str: String = "Out Of Bounds")

Properties

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