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