name.kevinlocke.ultragetopt
Class UnrecognizedOptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.kevinlocke.ultragetopt.CommandLineException
              extended by name.kevinlocke.ultragetopt.UnrecognizedOptionException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedOptionException
extends CommandLineException

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.

Author:
Kevin Locke <kwl7@cornell.edu>
See Also:
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