abstractpublic class EventHandlerException extends Exception(Code)
This is a generic exception which an event handler can throw during
event processing. It is an abstract class; only subclasses can be
instantiated.
See Also:UnknownEventException author: Matt Welsh