ChessCoreException

sealed class ChessCoreException(message: String, cause: Throwable? = null) : RuntimeException

Base exception for all chess-core related errors.

Parameters

message

the detail message for this exception

cause

the cause of this exception, or null if none

Inheritors

Constructors

Link copied to clipboard
protected constructor(message: String, cause: Throwable? = null)