Uses of Class
org.incava.jagol.InvalidTypeException

Packages that use InvalidTypeException
org.incava.jagol   
 

Uses of InvalidTypeException in org.incava.jagol
 

Methods in org.incava.jagol that throw InvalidTypeException
protected  java.lang.Object ListOption.convert(java.lang.String str)
          Returns the string, possibly converted to a different Object type.
protected  void ListOption.parse(java.lang.String str)
          Parses the value into the value list.
 void BooleanOption.setValue(java.lang.String value)
          Sets the value from the string, for a boolean type.
 void DoubleOption.setValue(java.lang.String value)
          Sets the value from the string, for a double type.
 void FloatOption.setValue(java.lang.String value)
          Sets the value from the string, for a float type.
 void IntegerOption.setValue(java.lang.String value)
          Sets the value from the string, for an integer type.
 void ListOption.setValue(java.lang.String value)
          Sets the value from the string, for a list type.
abstract  void Option.setValue(java.lang.String value)
          Sets the value from the string, for this option type.