Class IllegalWarpException
- 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.IllegalWarpException
-
- All Implemented Interfaces:
Serializable
public class IllegalWarpException extends WarpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalWarpException(String warp, String... allowWarps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getAllowWarps()
-
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
-
IllegalWarpException
public IllegalWarpException(String warp, String... allowWarps)
-
-
Method Detail
-
getAllowWarps
public String[] getAllowWarps()
-
-