Serializable
MissingCommandException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParameterException(Throwable t)
public ParameterException(String string)
public void setJCommander(JCommander jc)
public JCommander getJCommander()
public void usage()