Class NoFinalArenaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ericlam.mc.minigames.core.exception.GameRunException
-
- com.ericlam.mc.minigames.core.exception.arena.NoFinalArenaException
-
- All Implemented Interfaces:
Serializable
public class NoFinalArenaException extends GameRunException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoFinalArenaException()
-
Method Summary
-
Methods inherited from class com.ericlam.mc.minigames.core.exception.GameRunException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoFinalArenaException
public NoFinalArenaException()
-
-