Module polimi.ingsw.am21.codex
Class PlayerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
polimi.ingsw.am21.codex.controller.exceptions.InvalidActionException
polimi.ingsw.am21.codex.controller.exceptions.PlayerNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class polimi.ingsw.am21.codex.controller.exceptions.InvalidActionException
InvalidActionException.InvalidActionCode
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerNotFoundException
(String nickname) PlayerNotFoundException
(UUID playerID) -
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerNotFoundException
fromExceptionNotes
(List<String> notes) Methods inherited from class polimi.ingsw.am21.codex.controller.exceptions.InvalidActionException
getCode, getNotes
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlayerNotFoundException
-
PlayerNotFoundException
-
PlayerNotFoundException
-
-
Method Details
-
getIdentifier
-
fromExceptionNotes
-