Packageorg.granite.tide
Interfacepublic interface IExtendedExceptionHandler extends IExceptionHandler

Interface for extended exception handlers An exception handler should tell which ErrorMessage it handles and do some action when the accepted error happens Extended exception handlers can get the origin TideFaultEvent Note: this should be deprecated in the next major release and merged in the standard IExceptionHandler interface



Public Methods
 MethodDefined by
 Inherited
accepts(emsg:ErrorMessage):Boolean
Should return true if this handler is able to manage the specified ErrorMessage
IExceptionHandler
 Inherited
handle(context:BaseContext, emsg:ErrorMessage):void
Handle the error
IExceptionHandler
  
handleEx(context:BaseContext, emsg:ErrorMessage, event:TideFaultEvent):void
Handle the error
IExtendedExceptionHandler
Method detail
handleEx()method
public function handleEx(context:BaseContext, emsg:ErrorMessage, event:TideFaultEvent):void

Handle the error

Parameters
context:BaseContext — the context in which the error occured
 
emsg:ErrorMessage — the error message
 
event:TideFaultEvent — the full fault event