Package picocli
Class CommandLine.TypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
picocli.CommandLine.PicocliException
picocli.CommandLine.TypeConversionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandLine
Exception thrown by
CommandLine.ITypeConverter
implementations to indicate a String could not be converted.- See Also:
-
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
-
Constructor Details
-
TypeConversionException
Constructs a TypeConversionException.
-