GameCorrupted

class GameCorrupted(message: String = "The game data is corrupted and cannot be loaded.", type: ErrorType = ErrorType.ERROR) : ReversiException

Exception thrown when a saved game file is corrupted or cannot be deserialized.

Parameters

message

Descriptive error message.

type

The error severity type (default: ERROR).

Constructors

Link copied to clipboard
constructor(message: String = "The game data is corrupted and cannot be loaded.", type: ErrorType = ErrorType.ERROR)