类 ReturnValueHandlerNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.web.InfraConfigurationException
cn.taketoday.web.handler.ReturnValueHandlerNotFoundException
所有已实现的接口:
HttpStatusCodeProvider, ErrorResponse, Serializable

public class ReturnValueHandlerNotFoundException extends InfraConfigurationException
For ReturnValueHandler not found
从以下版本开始:
3.0
作者:
TODAY 2021/4/26 22:18
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • handler

      @Nullable private final Object handler
    • returnValue

      @Nullable private final Object returnValue
  • 构造器详细资料

    • ReturnValueHandlerNotFoundException

      public ReturnValueHandlerNotFoundException(Object handler)
      参数:
      handler - target handler
    • ReturnValueHandlerNotFoundException

      public ReturnValueHandlerNotFoundException(@Nullable Object returnValue, @Nullable Object handler)
      参数:
      returnValue - handler's return value or execution result
      handler - target handler
  • 方法详细资料

    • getHandler

      @Nullable public Object getHandler()
    • getReturnValue

      @Nullable public Object getReturnValue()