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

Constructor Index

 o EventHandlerException()
Constructs an EventHandlerException.
 o EventHandlerException(String)
Constructs an EventHandlerException.

Constructors

 o EventHandlerException

 protected EventHandlerException() throws IllegalAccessException

Constructs an EventHandlerException.

Throws: IllegalAccessException
Whenever called.
 o EventHandlerException

 public EventHandlerException(String type)

Constructs an EventHandlerException.

Parameters:
type - A String describing the exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index