Class ArenaCreateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ericlam.mc.minigames.core.exception.arena.create.ArenaCreateException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArenaExistException
,ArenaNameExistException
,ArenaNotBackupException
,ArenaNotExistException
,ArenaUnchangedExcpetion
,BackupNotAllowedException
,NoMoreElementException
,SetUpNotFinishException
public abstract class ArenaCreateException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArenaCreateException(String arena)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArena()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArenaCreateException
public ArenaCreateException(String arena)
-
-