Uses of Class
net.customware.gwt.dispatch.client.ExceptionHandler.Status

Packages that use ExceptionHandler.Status
net.customware.gwt.dispatch.client   
 

Uses of ExceptionHandler.Status in net.customware.gwt.dispatch.client
 

Methods in net.customware.gwt.dispatch.client that return ExceptionHandler.Status
 ExceptionHandler.Status ExceptionHandler.onFailure(Throwable e)
          This method is called when an exception occurs.
 ExceptionHandler.Status DefaultExceptionHandler.onFailure(Throwable e)
          Always returns Status#CONTINUE.
static ExceptionHandler.Status ExceptionHandler.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExceptionHandler.Status[] ExceptionHandler.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 customware.net. All Rights Reserved.