org.enhydra.barracuda.core.event
Class EventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.barracuda.core.util.exceptions.NestableException
                    |
                    +--org.enhydra.barracuda.core.event.EventException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientSideRedirectException, InterruptDispatchException, InvalidClassException, NoAvailableEventsException, UnhandledEventException

public class EventException
extends NestableException

This class defines the basic event exception. By extending from NestableException, we make all event exceptions inherantly nestable, meaning they can contain other exceptions.

See Also:
Serialized Form

Constructor Summary
EventException()
          The noargs public contructor for NestableException
EventException(java.lang.String s)
          The public contructor for NestableException
EventException(java.lang.String s, java.lang.Exception ibaseException)
          The public contructor for NestableException
 
Methods inherited from class org.enhydra.barracuda.core.util.exceptions.NestableException
getBaseException, getRootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventException

public EventException()
The noargs public contructor for NestableException


EventException

public EventException(java.lang.String s)
The public contructor for NestableException

Parameters:
s - a String describing the exception

EventException

public EventException(java.lang.String s,
                      java.lang.Exception ibaseException)
The public contructor for NestableException

Parameters:
s - a String describing the exception


Copyright © 2001 Enhydra.org