Package picocli
Class CommandLine.PicocliException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
picocli.CommandLine.PicocliException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandLine.ExecutionException
,CommandLine.InitializationException
,CommandLine.ParameterException
,CommandLine.TypeConversionException
- Enclosing class:
CommandLine
Base class of all exceptions thrown by
picocli.CommandLine
.
Class Diagram of the Picocli Exceptions
- 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
-
PicocliException
-
PicocliException
-