Package org.craftercms.engine.http.impl
Class ViewNotResolvedExceptionHandler
java.lang.Object
org.craftercms.engine.http.impl.ViewNotResolvedExceptionHandler
- All Implemented Interfaces:
ExceptionHandler
Handles
ServletException
s that are thrown when a view can't be resolved.- Author:
- Alfonso Vásquez
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ViewNotResolvedExceptionHandler
public ViewNotResolvedExceptionHandler()
-
-
Method Details
-
handle
public boolean handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Exception ex) throws IOException Description copied from interface:ExceptionHandler
Attempts to handle the exception. If it can be handled, returns true, else false is returned.- Specified by:
handle
in interfaceExceptionHandler
- Throws:
IOException
-