类 ParameterMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
- 所有已实现的接口:
Serializable
A
ParameterMappingException is thrown when a failure occurs during
operation parameter mapping.- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson
- 另请参阅:
-
构造器概要
构造器构造器说明ParameterMappingException(OperationParameter parameter, Object value, Throwable cause) Creates a newParameterMappingExceptionfor a failure that occurred when trying to map the giveninputto the giventype. -
方法概要
从类继承的方法 org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
getReason
-
构造器详细资料
-
ParameterMappingException
Creates a newParameterMappingExceptionfor a failure that occurred when trying to map the giveninputto the giventype.- 参数:
parameter- the parameter being mappingvalue- the value being mappedcause- the cause of the mapping failure
-
-
方法详细资料
-
getParameter
Return the parameter being mapped.- 返回:
- the parameter
-
getValue
Return the value being mapped.- 返回:
- the value
-