Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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.NoParameterValueException
All Implemented Interfaces:
Serializable

public class NoParameterValueException
extends ParameterException

Thrown by OptionHandler in case of incorrect parameter-array.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version UID
 
Constructor Summary
NoParameterValueException(String message)
          Thrown by OptionHandler in case of incorrect parameter-array.
NoParameterValueException(String message, Throwable cause)
          Thrown by OptionHandler in case of incorrect parameter-array.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version UID

See Also:
Constant Field Values
Constructor Detail

NoParameterValueException

public NoParameterValueException(String message)
Thrown by OptionHandler in case of incorrect parameter-array.

Parameters:
message - the detail message

NoParameterValueException

public NoParameterValueException(String message,
                                 Throwable cause)
Thrown by OptionHandler in case of incorrect parameter-array.

Parameters:
message - the detail message
cause - the cause

Release 0.3 (2010-03-31_1612)