org.jboss.arquillian.impl.event
Class FiredEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.arquillian.impl.event.FiredEventException
All Implemented Interfaces:
Serializable

public class FiredEventException
extends RuntimeException

FiredEventException

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
Serialized Form

Constructor Summary
FiredEventException(Context context, Event source, Throwable cause)
           
 
Method Summary
 Context getContext()
           
 Event getSource()
           
 
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
 

Constructor Detail

FiredEventException

public FiredEventException(Context context,
                           Event source,
                           Throwable cause)
Method Detail

getSource

public Event getSource()

getContext

public Context getContext()


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