| Package | Description |
|---|---|
| io.dropwizard.cli |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CheckCommand.onError(Cli cli,
net.sourceforge.argparse4j.inf.Namespace namespace,
java.lang.Throwable e) |
|
void |
Command.onError(Cli cli,
net.sourceforge.argparse4j.inf.Namespace namespace,
java.lang.Throwable e) |
Method is called if there is an issue parsing configuration, setting up the
environment, or running the command itself.
|
Copyright © 2018. All rights reserved.