Class CommandLine.ParameterIndexGapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException
org.apache.logging.log4j.core.tools.picocli.CommandLine.InitializationException
org.apache.logging.log4j.core.tools.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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ParameterIndexGapException
-