cz.cuni.amis.pogamut.base.component.bus.event.impl
Class ComponentBusErrorEvent

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

public class ComponentBusErrorEvent
extends FatalErrorEvent<IComponentBus>


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.base.component.bus.event.impl.FatalErrorEvent
cause, component, message, origin, stackTrace
 
Constructor Summary
ComponentBusErrorEvent(IComponentBus component, java.lang.String message)
           
ComponentBusErrorEvent(IComponentBus component, java.lang.Throwable cause)
           
 
Method Summary
 
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

ComponentBusErrorEvent

public ComponentBusErrorEvent(IComponentBus component,
                              java.lang.Throwable cause)

ComponentBusErrorEvent

public ComponentBusErrorEvent(IComponentBus component,
                              java.lang.String message)