TUM CCSM Commons

edu.tum.cs.commons.options
Class Options.ValueConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.tum.cs.commons.options.Options.ValueConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Options

public static class Options.ValueConversionException
extends java.lang.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

Constructor Summary
Options.ValueConversionException(java.lang.String option)
          Construct new conversion exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Options.ValueConversionException

public Options.ValueConversionException(java.lang.String option)
Construct new conversion exception.

Parameters:
option - name of the option causing the exception

TUM CCSM Commons

TUM CCSM Commons - 2.7