Uses of Class
com.google.web.bindery.requestfactory.server.ReportableException
-
Packages that use ReportableException Package Description com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. -
-
Uses of ReportableException in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server that throw ReportableException Modifier and Type Method Description protected <T> T
ServiceLayerDecorator. report(java.lang.reflect.InvocationTargetException userGeneratedException)
Report an exception thrown by code that is under the control of the end-developer.protected <T> T
ServiceLayerDecorator. report(java.lang.String msg, java.lang.Object... args)
Return a message to the client.
-