cz.cuni.amis.pogamut.base.component.bus.event.impl
Class FatalErrorPropagatingEvent<SOURCE extends IComponent>

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent<SOURCE>
      extended by cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorPropagatingEvent<SOURCE>
All Implemented Interfaces:
IFatalErrorEvent<SOURCE>, IComponentEvent<SOURCE>

public class FatalErrorPropagatingEvent<SOURCE extends IComponent>
extends FatalErrorEvent<SOURCE>


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
cause, component, message, origin, stackTrace
 
Constructor Summary
FatalErrorPropagatingEvent(SOURCE component, java.lang.String message, java.lang.Throwable cause, IComponentEvent event)
           
 
Method Summary
 IComponentEvent getEvent()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
getCause, getMessage, getSource, getStackTrace, getSummary, printStackStrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FatalErrorPropagatingEvent

public FatalErrorPropagatingEvent(SOURCE component,
                                  java.lang.String message,
                                  java.lang.Throwable cause,
                                  IComponentEvent event)
Method Detail

getEvent

public IComponentEvent getEvent()