SerializableMissingCommandExceptionpublic class ParameterException extends RuntimeException
| Constructor | Description |
|---|---|
ParameterException(String string) |
|
ParameterException(String string,
Throwable t) |
|
ParameterException(Throwable t) |
| Modifier and Type | Method | Description |
|---|---|---|
JCommander |
getJCommander() |
|
void |
setJCommander(JCommander jc) |
|
void |
usage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterException(Throwable t)
public ParameterException(String string)
public void setJCommander(JCommander jc)
public JCommander getJCommander()
public void usage()