|
GWT 2.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.requestfactory.server.DefaultExceptionHandler
@Deprecated public class DefaultExceptionHandler
Default implementation for handling exceptions thrown while processing a request. Suppresses stack traces and the exception class name.
RequestFactory has moved to
com.google.web.bindery.requestfactory. This package will be
removed in a future version of GWT.
| Constructor Summary | |
|---|---|
DefaultExceptionHandler()
Deprecated. |
|
| Method Summary | |
|---|---|
ServerFailure |
createServerFailure(java.lang.Throwable throwable)
Deprecated. Generates a ServerFailure based on the information contained in the
received exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultExceptionHandler()
| Method Detail |
|---|
public ServerFailure createServerFailure(java.lang.Throwable throwable)
ExceptionHandlerServerFailure based on the information contained in the
received exception.
createServerFailure in interface ExceptionHandlerthrowable - a Throwable instance
ServerFailure instanceDefaultExceptionHandler
|
GWT 2.3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||