Uses of Class
ninja.exceptions.RequestNotFoundException
-
Packages that use RequestNotFoundException Package Description ninja -
-
Uses of RequestNotFoundException in ninja
Methods in ninja with parameters of type RequestNotFoundException Modifier and Type Method Description Result
Ninja. getNotFoundResult(Context context, RequestNotFoundException exception)
Should handle cases where no route can be found for a given request.Result
NinjaDefault. getNotFoundResult(Context context, RequestNotFoundException exception)
-