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 Formmessage
source
Constructor and Description |
---|
ControllerErrorEvent(Controller from) |
ControllerErrorEvent(Controller from,
String why) |
getMessage
getSource, getSourceController
toString
public ControllerErrorEvent(Controller from)
public ControllerErrorEvent(Controller from, String why)
Copyright © 2013 CableLabs. All Rights Reserved.