public class UnsupportedMatchingMethodException extends InvalidParameterException
| コンストラクタと説明 |
|---|
UnsupportedMatchingMethodException() |
UnsupportedMatchingMethodException(String parameterName,
String method,
String[] validMethods)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getMatchingMethod()
Gets the specified matching method.
|
String[] |
getValidMethods()
Returns supported matching methods.
|
void |
setMatchingMethod(String method) |
void |
setValidMethods(String[] validMethods) |
getParameterName, setParameterNamegetDescription, setDescription, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String getMatchingMethod()
public void setMatchingMethod(String method)
public String[] getValidMethods()
public void setValidMethods(String[] validMethods)
Copyright © 2019. All rights reserved.