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