GWT 2.3.0

com.google.gwt.requestfactory.server
Interface ExceptionHandler

All Known Implementing Classes:
DefaultExceptionHandler

Deprecated.

@Deprecated
public interface ExceptionHandler

Handles an exception produced while processing a request.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.

See Also:
DefaultExceptionHandler

Method Summary
 ServerFailure createServerFailure(java.lang.Throwable throwable)
          Deprecated. Generates a ServerFailure based on the information contained in the received exception.
 

Method Detail

createServerFailure

ServerFailure createServerFailure(java.lang.Throwable throwable)
Deprecated. 
Generates a ServerFailure based on the information contained in the received exception.

Parameters:
throwable - a Throwable instance
Returns:
a ServerFailure instance
See Also:
DefaultExceptionHandler

GWT 2.3.0