uk.ac.starlink.task
Class ParameterValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.task.TaskException
uk.ac.starlink.task.UsageException
uk.ac.starlink.task.ParameterValueException
- All Implemented Interfaces:
- Serializable
public class ParameterValueException
- extends UsageException
Exception generated when the value of a parameter is invalid.
Note each of the constructors takes the parameter in question as
its first argument.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterValueException
public ParameterValueException(Parameter par)
ParameterValueException
public ParameterValueException(Parameter par,
String message)
ParameterValueException
public ParameterValueException(Parameter par,
String message,
Throwable cause)
ParameterValueException
public ParameterValueException(Parameter par,
Throwable cause)
getParameter
public Parameter getParameter()
- Returns the parameter with which this exception is associated.
- Returns:
- parameter
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.