GWTP Dispatch client 0.6-redhat-2

com.gwtplatform.dispatch.client
Class DefaultExceptionHandler

java.lang.Object
  extended by com.gwtplatform.dispatch.client.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public final class DefaultExceptionHandler
extends Object
implements ExceptionHandler

A default implementation of ExceptionHandler which does not do anything.

Author:
David Peterson

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.gwtplatform.dispatch.client.ExceptionHandler
ExceptionHandler.Status
 
Constructor Summary
DefaultExceptionHandler()
           
 
Method Summary
 ExceptionHandler.Status onFailure(Throwable e)
          Always returns ExceptionHandler.Status.CONTINUE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExceptionHandler

public DefaultExceptionHandler()
Method Detail

onFailure

public ExceptionHandler.Status onFailure(Throwable e)
Always returns ExceptionHandler.Status.CONTINUE.

Specified by:
onFailure in interface ExceptionHandler
Parameters:
e - The exception.
Returns:
The status.

GWTP Dispatch client 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.