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