public class ParameterException extends RuntimeException
Constructor and Description |
---|
ParameterException(String string) |
ParameterException(String string,
Throwable t) |
ParameterException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
JCommander |
getJCommander() |
void |
setJCommander(JCommander jc) |
void |
usage() |
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()
Copyright © 2017. All rights reserved.