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

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.WrongParameterValueException
                  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.UnspecifiedParameterException
All Implemented Interfaces:
Serializable

public class UnspecifiedParameterException
extends WrongParameterValueException

Exception when a required parameter was not given.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial UID
 
Constructor Summary
UnspecifiedParameterException(Parameter<?,?> parameter)
          Constructor with missing Parameter
UnspecifiedParameterException(Parameter<?,?> parameter, Throwable cause)
          Constructor with missing Parameter and cause
UnspecifiedParameterException(String message)
          Constructor with error message.
 
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 UID

See Also:
Constant Field Values
Constructor Detail

UnspecifiedParameterException

public UnspecifiedParameterException(Parameter<?,?> parameter)
Constructor with missing Parameter

Parameters:
parameter - Missing parameter

UnspecifiedParameterException

public UnspecifiedParameterException(Parameter<?,?> parameter,
                                     Throwable cause)
Constructor with missing Parameter and cause

Parameters:
parameter - Missing parameter
cause - Cause

UnspecifiedParameterException

public UnspecifiedParameterException(String message)
Constructor with error message.

Parameters:
message - Message

Release 0.4.0 (2011-09-20_1324)