Class PlayerNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ericlam.mc.minigames.core.exception.gamestats.PlayerNotExistException
-
- All Implemented Interfaces:
Serializable
public final class PlayerNotExistException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlayerNotExistException(OfflinePlayer gamePlayer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OfflinePlayer
getGamePlayer()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlayerNotExistException
public PlayerNotExistException(OfflinePlayer gamePlayer)
-
-
Method Detail
-
getGamePlayer
public OfflinePlayer getGamePlayer()
-
-