|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.lmu.ifi.dbs.elki.utilities.optionhandling.ParameterException de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
public class WrongParameterValueException
Thrown by a Parameterizable object in case of wrong parameter format.
Field Summary | |
---|---|
private static long |
serialVersionUID
Generated serial version UID. |
Constructor Summary | |
---|---|
WrongParameterValueException(Parameter<?,?> parameter,
String read)
Thrown by a Parameterizable object in case of wrong parameter format. |
|
WrongParameterValueException(Parameter<?,?> parameter,
String read,
String reason)
Thrown by a Parameterizable object in case of wrong parameter format. |
|
WrongParameterValueException(Parameter<?,?> parameter,
String read,
String reason,
Throwable cause)
Thrown by a Parameterizable object in case of wrong parameter format. |
|
WrongParameterValueException(Parameter<?,?> parameter,
String read,
Throwable cause)
Thrown by a Parameterizable object in case of wrong parameter format. |
|
WrongParameterValueException(String message)
Thrown by a Parameterizable object in case of wrong parameter format. |
|
WrongParameterValueException(String message,
Throwable e)
Thrown by a Parameterizable object in case of wrong parameter format. |
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public WrongParameterValueException(Parameter<?,?> parameter, String read)
parameter
- the parameter that has a wrong valueread
- the value of the parameter read by the option handlerpublic WrongParameterValueException(Parameter<?,?> parameter, String read, Throwable cause)
parameter
- the parameter that has a wrong valueread
- the value of the parameter read by the option handlercause
- the causepublic WrongParameterValueException(Parameter<?,?> parameter, String read, String reason, Throwable cause)
parameter
- the parameter that has a wrong valueread
- the value of the parameter read by the option handlerreason
- detailed error descriptioncause
- the causepublic WrongParameterValueException(Parameter<?,?> parameter, String read, String reason)
parameter
- the parameter that has a wrong valueread
- the value of the parameter read by the option handlerreason
- detailed error descriptionpublic WrongParameterValueException(String message)
message
- detail messagepublic WrongParameterValueException(String message, Throwable e)
message
- detail messagee
- cause
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |