org.enhydra.barracuda.core.event
Class UnhandledEventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.barracuda.plankton.exceptions.NestableException
              extended byorg.enhydra.barracuda.core.event.EventException
                  extended byorg.enhydra.barracuda.core.event.UnhandledEventException
All Implemented Interfaces:
Serializable

public class UnhandledEventException
extends EventException

This class defines a UnhandledEventException...it gets thrown when there there are event handlers but none of them actually handle it

See Also:
Serialized Form

Constructor Summary
UnhandledEventException(String s, EventContext icontext)
          The public contructor for UnhandledEventException
 
Method Summary
 EventContext getEventContext()
          Get the dispatch queue associated with this exception
 
Methods inherited from class org.enhydra.barracuda.plankton.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

UnhandledEventException

public UnhandledEventException(String s,
                               EventContext icontext)
The public contructor for UnhandledEventException

Parameters:
s - a String describing the exception
icontext - the EventContext associated with this exception
Method Detail

getEventContext

public EventContext getEventContext()
Get the dispatch queue associated with this exception

Returns:
the EventContext associated with this exception


Copyright © 2003 BarracudaMVC.org All Rights Reserved.