All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.meitca.concordia.event.EventException


java.lang.Object

   |

   +----java.lang.Throwable

           |

           +----java.lang.Exception

                   |

                   +----COM.meitca.concordia.event.EventException


public class EventException
extends Exception
Exceptions encountered by Events.

See Also:
EventType

Constructor Index

 o EventException()
Constructs an EventException.
 o EventException(String)
Constructs an EventException.

Constructors

 o EventException

 protected EventException() throws IllegalAccessException

Constructs an EventException.

Throws: IllegalAccessException
Whenever called.
 o EventException

 public EventException(String type)

Constructs an EventException.

Parameters:
type - A String describing the exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index