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:
  • Constructor Details

    • CommandFailedRegistrationException

      public CommandFailedRegistrationException(String message)
    • CommandFailedRegistrationException

      public CommandFailedRegistrationException(String message, Throwable inner)