Package picocli
Class CommandLine.MissingTypeConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picocli.CommandLine.PicocliException
-
- picocli.CommandLine.ParameterException
-
- picocli.CommandLine.MissingTypeConverterException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CommandLine
public static class CommandLine.MissingTypeConverterException extends CommandLine.ParameterException
Exception indicating that an annotated field had a type for which noCommandLine.ITypeConverter
was registered.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MissingTypeConverterException(CommandLine commandLine, java.lang.String msg)
-
Method Summary
-
Methods inherited from class picocli.CommandLine.ParameterException
getArgSpec, getCommandLine, getValue
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MissingTypeConverterException
public MissingTypeConverterException(CommandLine commandLine, java.lang.String msg)
-
-