Package org.incendo.cloud.bukkit
Class BukkitCommandManager.InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.incendo.cloud.bukkit.BukkitCommandManager.InitializationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
BukkitCommandManager<C>
@API(status=STABLE,
since="2.0.0")
public static final class BukkitCommandManager.InitializationException
extends IllegalStateException
Exception thrown when the command manager could not be initialized.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializationException(String message, @Nullable Throwable cause) Create a newBukkitCommandManager.InitializationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString