Uses of Interface
com.google.web.bindery.requestfactory.server.ExceptionHandler
-
Packages that use ExceptionHandler Package Description com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. -
-
Uses of ExceptionHandler in com.google.web.bindery.requestfactory.server
Classes in com.google.web.bindery.requestfactory.server that implement ExceptionHandler Modifier and Type Class Description class
DefaultExceptionHandler
Default implementation for handling exceptions thrown while processing a request.Methods in com.google.web.bindery.requestfactory.server with parameters of type ExceptionHandler Modifier and Type Method Description void
SimpleRequestProcessor. setExceptionHandler(ExceptionHandler exceptionHandler)
Constructors in com.google.web.bindery.requestfactory.server with parameters of type ExceptionHandler Constructor Description RequestFactoryServlet(ExceptionHandler exceptionHandler, ServiceLayerDecorator... serviceDecorators)
Use this constructor in subclasses to provide a customExceptionHandler
.
-