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

Package class diagram package 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, String message)
           
ComponentBusErrorEvent(IComponentBus component, 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,
                              Throwable cause)

ComponentBusErrorEvent

public ComponentBusErrorEvent(IComponentBus component,
                              String message)


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.