de.lmu.ifi.dbs.elki.utilities.optionhandling
Class UnusedParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException
              extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.UnusedParameterException
All Implemented Interfaces:
Serializable

public class UnusedParameterException
extends ParameterException

Thrown by OptionHandler in case of request of an unused parameter.

See Also:
Serialized Form

Constructor Summary
UnusedParameterException(String message)
          Thrown by OptionHandler in case of request of an unused parameter.
 
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

UnusedParameterException

public UnusedParameterException(String message)
Thrown by OptionHandler in case of request of an unused parameter.

Parameters:
message - the detail message

Release 0.4.0 (2011-09-20_1324)