Class TooManyOpenedMenusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ua.mcchickenstudio.opencreative.coding.exceptions.PlayerException
ua.mcchickenstudio.opencreative.coding.exceptions.TooManyOpenedMenusException
- All Implemented Interfaces:
Serializable
TooManyOpenedMenusException
This class represents an exception, that happens when code tries to open too many menus for player at short time.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ua.mcchickenstudio.opencreative.coding.exceptions.PlayerException
getPlayerName, getPlayerUUIDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyOpenedMenusException
public TooManyOpenedMenusException(@NotNull @NotNull org.bukkit.entity.Player player)
-