Serializablepublic static class CommandLine.OverwrittenOptionException extends CommandLine.ParameterException
| Constructor | Description |
|---|---|
OverwrittenOptionException(CommandLine commandLine,
CommandLine.Model.ArgSpec overwritten,
String msg) |
| Modifier and Type | Method | Description |
|---|---|---|
CommandLine.Model.ArgSpec |
getOverwritten() |
Returns the
CommandLine.Model.ArgSpec for the option which was being overwritten. |
getArgSpec, getCommandLine, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OverwrittenOptionException(CommandLine commandLine, CommandLine.Model.ArgSpec overwritten, String msg)
public CommandLine.Model.ArgSpec getOverwritten()
CommandLine.Model.ArgSpec for the option which was being overwritten.Copyright © 2017–2019. All rights reserved.