@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.command.exception
-
Exception Summary Exception Description ArgumentParseException Exception thrown when aParameter
cannot parse an argument.CommandException Thrown when an executed command raises an error or when execution of the command failed.CommandNotFoundException This exception is thrown when a sender tries to execute a command that does not exist.CommandPermissionException This exception is thrown when a subject does not have permission to execute a command.InvocationCommandException Thrown when invocation of a command fails, wrapping the exception that is thrown.