public class InvalidOptionException extends Exception
InvalidOptionException objects are thrown by
OptionParser in the constructor if one or more
of the specified options is invalid. An option is invalid
if its key equals "-" or if another option has the same key.OptionParser,
Serialized FormaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025. All rights reserved.