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, toString
Copyright © 2023. All rights reserved.