ReversiException

abstract class ReversiException(message: String, val type: ErrorType) : Exception

Base exception class for Reversi game-related errors.

Parameters

message

The detail message for the exception.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, type: ErrorType)

Properties

Link copied to clipboard

The type of error represented by this exception.