public class ParameterValueException extends UsageException
Note each of the constructors takes the parameter in question as its first argument.
| Constructor and Description |
|---|
ParameterValueException(Parameter par) |
ParameterValueException(Parameter par,
java.lang.String message) |
ParameterValueException(Parameter par,
java.lang.String message,
java.lang.Throwable cause) |
ParameterValueException(Parameter par,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getParameter()
Returns the parameter with which this exception is associated.
|
public ParameterValueException(Parameter par)
public ParameterValueException(Parameter par, java.lang.String message)
public ParameterValueException(Parameter par, java.lang.String message, java.lang.Throwable cause)
public ParameterValueException(Parameter par, java.lang.Throwable cause)
public Parameter getParameter()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.