org.jboss.forge.bus
Class EventBusQueuedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.forge.bus.EventBusQueuedException
- All Implemented Interfaces:
- Serializable
public class EventBusQueuedException
- extends RuntimeException
An exception queued and re-thrown during the event bus firing process.
- Author:
- Lincoln Baxter, III
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getQueuedExceptions
public List<Exception> getQueuedExceptions()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.