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 boolean
EmptyViewInterceptor. onErrorResponse(ErrorResponseException ex, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
boolean
ViewInterceptor. onErrorResponse(ErrorResponseException ex, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Called when anErrorResponseException
occured. -
Uses of ErrorResponseException in org.shredzone.commons.view.exception
Subclasses of ErrorResponseException in org.shredzone.commons.view.exception Modifier and Type Class Description class
PageNotFoundException
This exception is thrown when an error happened because there is no view defined for the requested URL.
-