Forge - Parent 1.0.0.Final

org.jboss.forge.bus
Class EventBusQueuedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Method Summary
 List<Exception> getQueuedExceptions()
           
 
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
 

Method Detail

getQueuedExceptions

public List<Exception> getQueuedExceptions()

Forge - Parent 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.