org.barracudamvc.core.event
Class UnhandledEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.event.EventException
org.barracudamvc.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnhandledEventException
public UnhandledEventException(String s,
EventContext icontext)
- The public contructor for UnhandledEventException
- Parameters:
s
- a String describing the exceptionicontext
- the EventContext associated with this exception
getEventContext
public EventContext getEventContext()
- Get the dispatch queue associated with this exception
- Returns:
- the EventContext associated with this exception
Copyright © 2006 BarracudaMVC.org All Rights Reserved.