SquareFormatException

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

Exception thrown when a square string is not in the correct format.

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)