InternalErrorEventpublic class InternalErrorEvent extends ControllerErrorEvent An InternalErrorEvent indicates that a Controller failed
for implementation-specific reasons.
This event indicates that there are problems with the implementation of the Controller . |
Constructors Summary |
---|
public InternalErrorEvent(Controller from)
super(from);
| public InternalErrorEvent(Controller from, String message)
super(from, message);
|
|