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 classInvalidParameterFormatExceptionAn invalid parameter format exception that is thrown byParameterConverters if the format of the parameter is invalid, for example some text for a number-parsing converter.classInvalidParameterValueExceptionAn invalid parameter value exception that is thrown byParameterConverters if the value of the parameter is invalid though the format was correct, for example the id of an unknown user.
-