Package org.spincast.website.controllers
Class ErrorController
java.lang.Object
org.spincast.website.controllers.ErrorController
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exceptionHandler
(AppRequestContext context) Exception handlervoid
notFoundHandler
(AppRequestContext context) Not Found (404) handler
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
ErrorController
public ErrorController()
-
-
Method Details
-
notFoundHandler
Not Found (404) handler -
exceptionHandler
Exception handler
-