Package nz.org.riskscape.picocli
Class CommandLine.ParameterIndexGapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.picocli.CommandLine.PicocliException
nz.org.riskscape.picocli.CommandLine.InitializationException
nz.org.riskscape.picocli.CommandLine.ParameterIndexGapException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.ParameterIndexGapException
extends CommandLine.InitializationException
Exception indicating that there was a gap in the indices of the fields annotated with
CommandLine.Parameters
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterIndexGapException
-