net.customware.gwt.dispatch.client
Class DefaultExceptionHandler

java.lang.Object
  extended by net.customware.gwt.dispatch.client.DefaultExceptionHandler
All Implemented Interfaces:
ExceptionHandler

public 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 net.customware.gwt.dispatch.client.ExceptionHandler
ExceptionHandler.Status
 
Constructor Summary
DefaultExceptionHandler()
           
 
Method Summary
 ExceptionHandler.Status onFailure(Throwable e)
          Always returns 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 Status#CONTINUE.

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


Copyright © 2011 customware.net. All Rights Reserved.