| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CommandLineException in name.kevinlocke.ultragetopt | 
|---|
| Subclasses of CommandLineException in name.kevinlocke.ultragetopt | |
|---|---|
|  class | AmbiguousOptionExceptionException signaling that an option could be matched against multiple accepted options. | 
|  class | ExtraArgumentExceptionException signaling that an option which does not take an argument was given an argument. | 
|  class | InvalidOptionExceptionException signaling that an option was determined to be invalid by the optionEncounteredmethod. | 
|  class | MissingArgumentExceptionException signaling that an option which requires an argument was not given any arguments. | 
|  class | UnrecognizedOptionExceptionException signaling that an option encountered on the command-line was not recognized (not listed in the set of accepted options). | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||