Uses of Class
org.shredzone.commons.view.exception.ViewException
-
Packages that use ViewException Package Description org.shredzone.commons.view org.shredzone.commons.view.exception org.shredzone.commons.view.impl org.shredzone.commons.view.manager -
-
Uses of ViewException in org.shredzone.commons.view
Methods in org.shredzone.commons.view that throw ViewException Modifier and Type Method Description void
ViewService. handleRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Handles a HTTP request.String
ViewService. invokeView(String path)
Analyzes the given path, and invokes a view handler for processing the request. -
Uses of ViewException in org.shredzone.commons.view.exception
Subclasses of ViewException in org.shredzone.commons.view.exception Modifier and Type Class Description class
ErrorResponseException
This exception is thrown when a generic HTTP error happened.class
PageNotFoundException
This exception is thrown when an error happened because there is no view defined for the requested URL.class
ViewContextException
This exception is thrown when an error happened becauseViewContext
was unable to return the requested data. -
Uses of ViewException in org.shredzone.commons.view.impl
Methods in org.shredzone.commons.view.impl that throw ViewException Modifier and Type Method Description void
ViewServiceImpl. handleRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
String
ViewServiceImpl. invokeView(String path)
-
Uses of ViewException in org.shredzone.commons.view.manager
Methods in org.shredzone.commons.view.manager that throw ViewException Modifier and Type Method Description String
ViewInvoker. invoke(ViewContext context)
Invokes the view handler.
-