Package picocli
Class CommandLine.ParameterIndexGapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picocli.CommandLine.PicocliException
-
- picocli.CommandLine.InitializationException
-
- picocli.CommandLine.ParameterIndexGapException
-
- All Implemented Interfaces:
java.io.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 withCommandLine.Parameters
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterIndexGapException(java.lang.String msg)
-