Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoParameterValueException, UnusedParameterException, WrongParameterValueException

public abstract class ParameterException
extends Exception

Abstract super class for all exceptions thrown during parameterization.

Author:
Elke Achtert
See Also:
Serialized Form

Constructor Summary
protected ParameterException(String message)
           
protected ParameterException(String message, Throwable cause)
           
 
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

ParameterException

protected ParameterException(String message)

ParameterException

protected ParameterException(String message,
                             Throwable cause)

Release 0.2.1 (2009-07-13_1605)