InvalidFenException

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

Exception thrown when a FEN string is invalid or cannot be parsed.

Parameters

message

the detail message for this exception

cause

the cause of this exception, or null if none

Constructors

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