de.lmu.ifi.dbs.elki.utilities.optionhandling
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InternalParameterizationErrors, NoParameterValueException, UnusedParameterException, WrongParameterValueException
public abstract class ParameterException
- extends Exception
Abstract super class for all exceptions thrown during parameterization.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterException
protected ParameterException(String message)
ParameterException
protected ParameterException(String message,
Throwable cause)