Class CommandLine.InitializationException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandLine.DuplicateOptionAnnotationsException
,CommandLine.ParameterIndexGapException
- Enclosing class:
- CommandLine
Exception indicating a problem during
CommandLine
initialization.- Since:
- 2.0
- 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
-
InitializationException
-
InitializationException
-