| Package | Description |
|---|---|
| snaq.util.jclap |
Library for parsing command-line arguments in Java applications.
|
| Modifier and Type | Method and Description |
|---|---|
OptionException.Type |
OptionException.getType()
Returns the type of this
OptionException. |
static OptionException.Type |
OptionException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionException.Type[] |
OptionException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OptionException(OptionException.Type type,
Option option)
Creates a new
OptionException instance. |
OptionException(OptionException.Type type,
Option option,
String optionValue)
Creates a new
OptionException instance. |
OptionException(OptionException.Type type,
String optionName)
Creates a new
OptionException instance. |
OptionException(OptionException.Type type,
String optionName,
char flag)
Creates a new
OptionException instance. |
OptionException(OptionException.Type type,
String optionName,
String optionValue)
Creates a new
OptionException instance. |
Copyright © 2015. All rights reserved.