|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
name.kevinlocke.ultragetopt.CommandLineException
name.kevinlocke.ultragetopt.UnrecognizedOptionException
public class UnrecognizedOptionException
Exception signaling that an option encountered on the command-line was not recognized (not listed in the set of accepted options). This will occur whenever a command-line option begins with a leader character and the word following the leader(s) is not listed in the set of accepted options for this program.
UltraGetopt.Behavior.UNRECOGNIZED_AS_NONOPTARG,
Serialized Form| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||