Package | Description |
---|---|
com.gwtplatform.dispatch.client |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler.Status |
ExceptionHandler.onFailure(Throwable e)
This method is called when an exception occurs.
|
ExceptionHandler.Status |
DefaultExceptionHandler.onFailure(Throwable e)
Always returns
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 © 2010–2014 Arcbees. All rights reserved.