| Package | org.granite.tide |
| Interface | public interface IExtendedExceptionHandler extends IExceptionHandler |
| Method | Defined by | ||
|---|---|---|---|
![]() |
accepts(emsg:ErrorMessage):Boolean
Should return true if this handler is able to manage the specified ErrorMessage
| IExceptionHandler | |
![]() |
handle(context:BaseContext, emsg:ErrorMessage):void
Handle the error
| IExceptionHandler | |
|
Handle the error
| IExtendedExceptionHandler | ||
| handleEx | () | method |
public function handleEx(context:BaseContext, emsg:ErrorMessage, event:TideFaultEvent):voidHandle the error
Parameterscontext:BaseContext — the context in which the error occured
|
|
emsg:ErrorMessage — the error message
|
|
event:TideFaultEvent — the full fault event
|