Package picocli
Class CommandLine.PicocliException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picocli.CommandLine.PicocliException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CommandLine.ExecutionException
,CommandLine.InitializationException
,CommandLine.ParameterException
,CommandLine.TypeConversionException
- Enclosing class:
- CommandLine
public static class CommandLine.PicocliException extends java.lang.RuntimeException
Base class of all exceptions thrown bypicocli.CommandLine
.Class Diagram of the Picocli Exceptions
- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PicocliException(java.lang.String msg)
PicocliException(java.lang.String msg, java.lang.Throwable t)
-