net.customware.gwt.dispatch.client
Class DefaultExceptionHandler
java.lang.Object
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
| 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
Status#CONTINUE.
- Specified by:
onFailure in interface ExceptionHandler
- Parameters:
e - The exception.
- Returns:
- The status.
Copyright © 2011 customware.net. All Rights Reserved.