A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

I

InvalidParameterFormatException - Exception in net.kautler.command.api.parameter
An invalid parameter format exception that is thrown by ParameterConverters if the format of the parameter is invalid, for example some text for a number-parsing converter.
InvalidParameterFormatException(String) - Constructor for exception net.kautler.command.api.parameter.InvalidParameterFormatException
Constructs a new invalid parameter format exception with the given message.
InvalidParameterFormatException(String, Throwable) - Constructor for exception net.kautler.command.api.parameter.InvalidParameterFormatException
Constructs a new invalid parameter format exception with the given message and cause.
InvalidParameterValueException - Exception in net.kautler.command.api.parameter
An invalid parameter value exception that is thrown by ParameterConverters if the value of the parameter is invalid though the format was correct, for example the id of an unknown user.
InvalidParameterValueException(String) - Constructor for exception net.kautler.command.api.parameter.InvalidParameterValueException
Constructs a new invalid parameter value exception with the given message.
InvalidParameterValueException(String, Throwable) - Constructor for exception net.kautler.command.api.parameter.InvalidParameterValueException
Constructs a new invalid parameter value exception with the given message and cause.
isAsynchronous() - Method in interface net.kautler.command.api.Command
Returns whether this command should be executed asynchronously.
isCommandAllowed(CommandContext<M>, Map<Class<?>, Restriction<? super M>>) - Method in class net.kautler.command.api.restriction.RestrictionChainElement
Returns whether the command triggered by the given command context should be allowed or not.
isEmpty() - Method in interface net.kautler.command.api.parameter.Parameters
Returns whether this parameters instance contains no parameter-value mappings.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages