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