Class CommandFailedRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.api.command.manager.CommandFailedRegistrationException
- All Implemented Interfaces:
Serializable
Indicates that a command could not be registered.
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandFailedRegistrationException
(String message) CommandFailedRegistrationException
(String message, Throwable inner) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandFailedRegistrationException
-
CommandFailedRegistrationException
-