Class CommandFailedRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.api.command.manager.CommandFailedRegistrationException
-
- All Implemented Interfaces:
Serializable
public class CommandFailedRegistrationException extends RuntimeException
Indicates that a command could not be registered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandFailedRegistrationException(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
-
-