CheckIndexException

constructor(message: String)

Constructs a new CheckIndexException with the error message

Parameters

message

the detailed error message.


constructor(message: String, cause: Throwable)

Constructs a new CheckIndexException with the error message, and the root cause

Parameters

message

the detailed error message.

cause

the underlying cause.