public class UnsupportedMatchingMethodException extends InvalidParameterException
Constructor and Description |
---|
UnsupportedMatchingMethodException() |
UnsupportedMatchingMethodException(String parameterName,
String method,
String[] validMethods)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMatchingMethod()
Gets the specified matching method.
|
String[] |
getValidMethods()
Returns supported matching methods.
|
void |
setMatchingMethod(String method) |
void |
setValidMethods(String[] validMethods) |
getParameterName, setParameterName
getDescription, getMessage, setDescription
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMatchingMethod()
public void setMatchingMethod(String method)
public String[] getValidMethods()
public void setValidMethods(String[] validMethods)