类 ParameterConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.bind.RequestBindingException
cn.taketoday.web.bind.MethodParameterResolvingException
cn.taketoday.web.bind.resolver.ParameterConversionException
- 所有已实现的接口:
HttpStatusCodeProvider,ErrorResponse,Serializable
- 直接已知子类:
DateParameterParsingException
Parameter can't convert to target class
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/1/17 9:43
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明ParameterConversionException(cn.taketoday.core.MethodParameter parameter, Object value, Throwable cause) -
方法概要
从类继承的方法 cn.taketoday.web.bind.MethodParameterResolvingException
getParameter, getParameterName, getParameterType从类继承的方法 cn.taketoday.web.bind.RequestBindingException
getBody, getStatusCode, setDetail, setInstance, setTitle, setType从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 cn.taketoday.web.ErrorResponse
getHeaders
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
value
-
-
构造器详细资料
-
ParameterConversionException
-
-
方法详细资料
-
getValue
-