public class ControllerErrorEvent extends ControllerClosedEvent
ControllerErrorEvent describes an event that is
generated when an error condition occurs that will cause
a Controller to cease functioning. Events
should only subclass from ControllerErrorEvent if the
error being reported will result in catastrophic failure if action is
I not taken, or if the Controller has already failed.
A ControllerErrorEvent indicates that
the Controller is closed.Controller,
ControllerListener,
Serialized Formmessagesource| Constructor and Description |
|---|
ControllerErrorEvent(Controller from) |
ControllerErrorEvent(Controller from,
String why) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the String representation of this event's values.
|
getMessagegetSource, getSourceControllerpublic ControllerErrorEvent(Controller from)
public ControllerErrorEvent(Controller from, String why)
public String toString()
toString in class ControllerEventCopyright © 2012 code4tv.com. All Rights Reserved.