org.barracudamvc.core.event
Class NoAvailableEventsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.event.EventException
org.barracudamvc.core.event.NoAvailableEventsException
- All Implemented Interfaces:
- Serializable
public class NoAvailableEventsException
- extends EventException
This class defines a NoAvailableEventsException...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 |
NoAvailableEventsException
public NoAvailableEventsException()
- The noargs public contructor for NoAvailableEventsException
NoAvailableEventsException
public NoAvailableEventsException(String s)
- The public contructor for NoAvailableEventsException
- Parameters:
s
- a String describing the exception
NoAvailableEventsException
public NoAvailableEventsException(String s,
Exception ibaseException)
- The public contructor for NoAvailableEventsException
- Parameters:
s
- a String describing the exceptionibaseException
- the original exception to wrap within this exception
Copyright © 2006 BarracudaMVC.org All Rights Reserved.