reversi
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
reversi
reversi-app
/
pt.isel.reversi.app.exceptions
/
GameCorrupted
/
GameCorrupted
Game
Corrupted
constructor
(
message
:
String
=
"The game data is corrupted and cannot be loaded."
,
type
:
ErrorType
=
ErrorType.ERROR
)
Parameters
message
Descriptive error message.
type
The error severity type (default: ERROR).