edu.tum.cs.commons.options
Class Options.ValueConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.tum.cs.commons.options.Options.ValueConversionException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Options
public static class Options.ValueConversionException
- extends Exception
Exception objects of this class are possibly returned by
Options.getBooleanValue(String)and
Options.getIntValue(String), if corresponding options don't have
a boolean respectively integer value.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Options.ValueConversionException
public Options.ValueConversionException(String option)
- Construct new conversion exception.
- Parameters:
option - name of the option causing the exception
TUM CCSM Commons - 2.7