public interface UnknownArgumentHandler
Modifier and Type | Method and Description |
---|---|
void |
handleUnknownArgument(String form,
String[] params)
Called when an unknown argument is supplied.
|
void handleUnknownArgument(String form, String[] params) throws UsageException
form
- argument name usedparams
- parameters passed into itUsageException
- when the user needs to fix it