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, toStringpublic 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 Throwablepublic String getUsage()
Apache CXF