Uses of Class
org.shredzone.commons.view.exception.ErrorResponseException
-
Packages that use ErrorResponseException Package Description org.shredzone.commons.view org.shredzone.commons.view.exception -
-
Uses of ErrorResponseException in org.shredzone.commons.view
Methods in org.shredzone.commons.view with parameters of type ErrorResponseException Modifier and Type Method Description booleanEmptyViewInterceptor. onErrorResponse(ErrorResponseException ex, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)booleanViewInterceptor. onErrorResponse(ErrorResponseException ex, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Called when anErrorResponseExceptionoccured. -
Uses of ErrorResponseException in org.shredzone.commons.view.exception
Subclasses of ErrorResponseException in org.shredzone.commons.view.exception Modifier and Type Class Description classPageNotFoundExceptionThis exception is thrown when an error happened because there is no view defined for the requested URL.
-