| org.araneaframework.core.AraneaRuntimeException org.araneaframework.core.EventException
EventException | public class EventException extends AraneaRuntimeException (Code) | | Exception thrown when event could not be delivered to receiver.
author: Jevgeni Kabanov (ekabanov at araneaframework dot org) |
Constructor Summary | |
public | EventException(Object that, String widgetId, String eventId, Exception cause) Creates an exception, which means that the event could not be developed to the addressee (widget, form control, etc)
or listener. |
EventException | public EventException(Object that, String widgetId, String eventId, Exception cause)(Code) | | Creates an exception, which means that the event could not be developed to the addressee (widget, form control, etc)
or listener.
Parameters: that - object which throws the exception Parameters: widgetId - id of event target widget Parameters: eventId - event id Parameters: cause - |
|
|