Package nz.org.riskscape.picocli
Class CommandLine.MaxValuesExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.picocli.CommandLine.PicocliException
nz.org.riskscape.picocli.CommandLine.ParameterException
nz.org.riskscape.picocli.CommandLine.MaxValuesExceededException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
Exception indicating that more values were specified for an option or parameter than its
arity
allows.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class nz.org.riskscape.picocli.CommandLine.ParameterException
getArgSpec, getCommandLine, getValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxValuesExceededException
-