org.barracudamvc.core.event
Class EventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.event.EventException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClientSideRedirectException, InterruptDispatchException, InvalidClassException, NoAvailableEventsException, PageException, 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventException
public EventException()
- The noargs public contructor for NestableException
EventException
public EventException(String s)
- The public contructor for NestableException
- Parameters:
s
- a String describing the exception
EventException
public EventException(String s,
Exception ibaseException)
- The public contructor for NestableException
- Parameters:
s
- a String describing the exceptionibaseException
- the original exception to wrap within this exception
Copyright © 2006 BarracudaMVC.org All Rights Reserved.