DifficultyLabelOutOfBoundsException

Exception thrown when a difficulty label cannot be found because the index is out of bounds.

Parameters

index

The index that was out of bounds.

labelsSize

The size of the labels array.

Constructors

Link copied to clipboard
constructor(index: Int, labelsSize: Int)

Properties

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