Class GameOverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.polimi.ingsw.server.controller.game_state_controller.exceptions.GameOverException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGameOverException(Map<Integer, Boolean> schoolBoardIdToWinnerMap) Constructs a new exception withnullas its detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
schoolBoardIdToWinnerMap
-
-
Constructor Details
-
GameOverException
Constructs a new exception withnullas its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable).
-