public class BadUsageException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
BadUsageException() |
BadUsageException(ErrorVisitor err) |
BadUsageException(String use,
ErrorVisitor err) |
Modifier and Type | Method and Description |
---|---|
Collection<CommandLineError> |
getErrors() |
String |
getMessage() |
String |
getUsage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public BadUsageException()
public BadUsageException(ErrorVisitor err)
public BadUsageException(String use, ErrorVisitor err)
public Collection<CommandLineError> getErrors()
public String getMessage()
getMessage
in class Throwable
public String getUsage()
Apache CXF