InitializationError

An error raised while creating Levels from an invalid array of level values.

Inheritors

Types

Link copied to clipboard

The array contains more values than expected.

Link copied to clipboard

The range bounds are equal, which does not form a valid range.

Link copied to clipboard

The range bounds are in the wrong order (lower bound greater than upper bound).

Properties

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