Class NotFoundExceptionHandler
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publish.exception.notfound.NotFoundExceptionHandler
- All Implemented Interfaces:
ExceptionHandler<UnresolvableContentTreeNodeException>
@Component("cmsNotFoundExceptionHandler")
public class NotFoundExceptionHandler
extends Object
implements ExceptionHandler<UnresolvableContentTreeNodeException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UnresolvableContentTreeNodeException exception)
-
Constructor Details
-
NotFoundExceptionHandler
-
-
Method Details
-
handle
public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UnresolvableContentTreeNodeException exception) throws Exception - Specified by:
handle
in interfaceExceptionHandler<UnresolvableContentTreeNodeException>
- Throws:
Exception
-