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
-
EventException()
- Constructs an EventException.
-
EventException(String)
- Constructs an EventException.
EventException
protected EventException() throws IllegalAccessException
- Constructs an EventException.
- Throws: IllegalAccessException
- Whenever called.
EventException
public EventException(String type)
- Constructs an EventException.
- Parameters:
- type - A String describing the exception.
All Packages Class Hierarchy This Package Previous Next Index