Uses of Class
net.kautler.command.api.parameter.ParameterParseException
-
Packages that use ParameterParseException Package Description net.kautler.command.api.parameter -
-
Uses of ParameterParseException in net.kautler.command.api.parameter
Subclasses of ParameterParseException in net.kautler.command.api.parameter Modifier and Type Class Description class
InvalidParameterFormatException
An invalid parameter format exception that is thrown byParameterConverter
s if the format of the parameter is invalid, for example some text for a number-parsing converter.class
InvalidParameterValueException
An invalid parameter value exception that is thrown byParameterConverter
s if the value of the parameter is invalid though the format was correct, for example the id of an unknown user.
-