public interface ExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(org.granite.client.messaging.messages.responses.FaultMessage emsg)
Should return true if this handler is able to manage the specified ErrorMessage
|
void |
handle(Context context,
org.granite.client.messaging.messages.responses.FaultMessage emsg,
TideFaultEvent faultEvent)
Handle the error
|
boolean accepts(org.granite.client.messaging.messages.responses.FaultMessage emsg)
emsg - an error messagevoid handle(Context context, org.granite.client.messaging.messages.responses.FaultMessage emsg, TideFaultEvent faultEvent)
context - the context in which the error occuredemsg - the error messagefaultEvent - the full fault event