com.gwtplatform.dispatch.client
Class DefaultExceptionHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExceptionHandler
public DefaultExceptionHandler()
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.
Copyright © 2010-2012 ArcBees. All Rights Reserved.