public interface

ExceptionHandler

com.google.gwt.requestfactory.server.ExceptionHandler
Known Indirect Subclasses

Class Overview

Handles an exception produced while processing a request.

Summary

Public Methods
abstract ServerFailure createServerFailure(Throwable throwable)
Generates a ServerFailure based on the information contained in the received exception.

Public Methods

public abstract ServerFailure createServerFailure (Throwable throwable)

Generates a ServerFailure based on the information contained in the received exception.

Parameters
throwable a Throwable instance
Returns