Class CommandLine.MissingTypeConverterException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLine

public static class CommandLine.MissingTypeConverterException extends CommandLine.ParameterException

Exception indicating that an annotated field had a type for which no CommandLine.ITypeConverter was registered.

See Also:
  • Constructor Details

    • MissingTypeConverterException

      public MissingTypeConverterException(CommandLine commandLine, String msg)