Uses of Class
dev.voidframework.web.exception.HttpException.NotFound
Packages that use HttpException.NotFound
-
Uses of HttpException.NotFound in dev.voidframework.web.http
Methods in dev.voidframework.web.http with parameters of type HttpException.NotFoundModifier and TypeMethodDescriptionErrorHandler.onNotFound(Context context, HttpException.NotFound notFoundException) This method is called when no route has been found to satisfy the request. -
Uses of HttpException.NotFound in dev.voidframework.web.http.impl
Methods in dev.voidframework.web.http.impl with parameters of type HttpException.NotFoundModifier and TypeMethodDescriptionDefaultErrorHandler.onNotFound(Context context, HttpException.NotFound notFoundException)