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
public static class CommandLine.TypeConversionException extends CommandLine.PicocliException
Exception thrown byCommandLine.ITypeConverter
implementations to indicate a String could not be converted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeConversionException(String msg)
Constructs a TypeConversionException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TypeConversionException
public TypeConversionException(String msg)
Constructs a TypeConversionException.
-
-