|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jargs.gnu.exception.OptionException
jargs.gnu.exception.UnknownOptionException
jargs.gnu.exception.NotFlagException
public class NotFlagException
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
| Constructor Summary | |
|---|---|
NotFlagException(java.lang.String option,
char notFlag)
Constructor |
|
| Method Summary | |
|---|---|
char |
getOptionChar()
|
| Methods inherited from class jargs.gnu.exception.UnknownOptionException |
|---|
getOptionName |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotFlagException(java.lang.String option,
char notFlag)
option - The name of the option whose value was illegal (e.g. "-u").notFlag - The first character which wasn't a boolean| Method Detail |
|---|
public char getOptionChar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||