@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface OnException
Throwable
you can get by calling Event.getData()
. You should
write how the application should to behave. For instance sent message to user
by Element.callScript("alert('Exception')"). This event is fired only on
FireWebApplication
.