public class ErrorVisitor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ErrorVisitor.DuplicateArgument |
static class |
ErrorVisitor.DuplicateOption |
static class |
ErrorVisitor.InvalidOption |
static class |
ErrorVisitor.MissingArgument |
static class |
ErrorVisitor.MissingOption |
static class |
ErrorVisitor.UnexpectedArgument |
static class |
ErrorVisitor.UnexpectedOption |
static class |
ErrorVisitor.UserError |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ErrorVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
add(CommandLineError err) |
Collection<CommandLineError> |
getErrors() |
String |
toString() |
public static final long serialVersionUID
public Collection<CommandLineError> getErrors()
public void add(CommandLineError err)
Apache CXF