类 HandlerNotFoundException

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

public class HandlerNotFoundException extends InfraConfigurationException implements ErrorResponse
By default when the DispatcherHandler can't find a handler for a request it sends a 404 response. However if its property "throwExceptionIfNoHandlerFound" is set to true this exception is raised and may be handled with a configured HandlerExceptionHandler.
从以下版本开始:
4.0 2022/1/28 23:19
作者:
Brian Clozel, Harry Yang
另请参阅: