Class ParseOptionConversionException

All Implemented Interfaces:
Serializable

public class ParseOptionConversionException extends ParseException
Exception that is thrown when the argument supplied as the value for an option cannot be converted to the options Java type
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • optionTitle

      private final String optionTitle
    • value

      private final String value
    • typeName

      private final String typeName
  • Constructor Details

    • ParseOptionConversionException

      public ParseOptionConversionException(String optionTitle, String value, String typeName)
    • ParseOptionConversionException

      public ParseOptionConversionException(String message, String optionTitle, String value, String typeName)
  • Method Details

    • getOptionTitle

      public String getOptionTitle()
    • getValue

      public String getValue()
    • getTypeName

      public String getTypeName()