All Packages Class Hierarchy This Package Previous Next Index
Class COM.meitca.concordia.event.EventHandlerException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.meitca.concordia.event.EventException
|
+----COM.meitca.concordia.event.EventHandlerException
- public class EventHandlerException
- extends EventException
Exceptions encountered by EventHandler implementations.
- See Also:
- EventHandler, Agent
-
EventHandlerException()
- Constructs an EventHandlerException.
-
EventHandlerException(String)
- Constructs an EventHandlerException.
EventHandlerException
protected EventHandlerException() throws IllegalAccessException
- Constructs an EventHandlerException.
- Throws: IllegalAccessException
- Whenever called.
EventHandlerException
public EventHandlerException(String type)
- Constructs an EventHandlerException.
- Parameters:
- type - A String describing the exception.
All Packages Class Hierarchy This Package Previous Next Index