Uses of Class
cz.cuni.amis.pogamut.base.component.exception.ComponentException

Packages that use ComponentException
cz.cuni.amis.pogamut.base.agent.exceptions   
cz.cuni.amis.pogamut.base.agent.module.exception   
cz.cuni.amis.pogamut.base.component.bus.exception   
cz.cuni.amis.pogamut.base.component.exception   
 

Uses of ComponentException in cz.cuni.amis.pogamut.base.agent.exceptions
 

Subclasses of ComponentException in cz.cuni.amis.pogamut.base.agent.exceptions
 class AgentException
          Used by Gavial agents.
 class AgentOperationNotSupportedException
           
 class CantStartJMXException
           
 

Uses of ComponentException in cz.cuni.amis.pogamut.base.agent.module.exception
 

Subclasses of ComponentException in cz.cuni.amis.pogamut.base.agent.module.exception
 class LogicThreadAlteredException
           
 

Uses of ComponentException in cz.cuni.amis.pogamut.base.component.bus.exception
 

Subclasses of ComponentException in cz.cuni.amis.pogamut.base.component.bus.exception
 class ComponentBusException
          Used by IComponentBus implementors (ComponentBus).
 class ComponentBusNotRunningException
           
 class ComponentIdClashException
           
 class ComponentNotRunningException
          This exception is thrown whenever you call some running-state-dependent method from the public interface of some IComponent.
 class ComponentPausedException
          This exception is thrown whenever you call some running-state-dependent method from the public interface of some IComponent.
 class FatalErrorPropagatingEventException
           
 class ResetFailedException
           
 

Uses of ComponentException in cz.cuni.amis.pogamut.base.component.exception
 

Subclasses of ComponentException in cz.cuni.amis.pogamut.base.component.exception
 class ComponentCantPauseException
           
 class ComponentCantResetException
           
 class ComponentCantResumeException
           
 class ComponentCantStartException
           
 class ComponentCantStopException
           
 class ComponentKilledException
           
 class ComponentLifecycleManagementAlreadyRegisteredException
           
 



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