OutOfBoundsException

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

Constructors

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

Properties

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