Uses of Class
org.smartcomps.twister.engine.exception.EngineException

Packages that use EngineException
org.smartcomps.twister.common.persistence   
org.smartcomps.twister.engine.exception   
org.smartcomps.twister.engine.priv.core.definition   
org.smartcomps.twister.engine.priv.core.definition.impl   
org.smartcomps.twister.engine.priv.messaging.impl   
 

Uses of EngineException in org.smartcomps.twister.common.persistence
 

Subclasses of EngineException in org.smartcomps.twister.common.persistence
 class CreationException
          Thrown when an object cannot be created (persisted) for business meaningful reasons (i.e. an equivalent object already exists).
 class FinderException
          Thrown when the result obtained after executing a finder is not consistent with the finder (i.e. a findById that returns no result or a findByName that returns many result when names are supposed to be unique).
 

Uses of EngineException in org.smartcomps.twister.engine.exception
 

Subclasses of EngineException in org.smartcomps.twister.engine.exception
 class ConflictingReceiveException
          Exception for the standard BPEL fault bpws:conflictingReceive.
 class CorrelationViolationException
          Exception for the standard BPEL fault bpws:correlationViolation.
 class InstanceCreationException
          Thrown when the engine can't find a class ton instantiate or when the instanciation fails.
 class InstantiationException
          Thrown when the engine can't find a class to instantiate or when the instanciation fails.
 class LinkAlreadyBoundException
           
 class XPathEvaluationException
          Thrown when an xpath expression can't be avalutaed..
 

Uses of EngineException in org.smartcomps.twister.engine.priv.core.definition
 

Methods in org.smartcomps.twister.engine.priv.core.definition that throw EngineException
 org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext BasicActivity.execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext Pick.execute(java.lang.String correlationSetName, java.util.Map correlation)
          Pick is one of the rare structured activity that can be directly executed.
 

Uses of EngineException in org.smartcomps.twister.engine.priv.core.definition.impl
 

Methods in org.smartcomps.twister.engine.priv.core.definition.impl that throw EngineException
protected  org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext ActivityImpl.createContextTree(java.lang.String correlationSetName, java.util.Map correlation)
           
 org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext BasicActivityImpl.execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext PickImpl.execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 org.smartcomps.twister.engine.priv.core.dynamic.ProcessInstance ProcessImpl.execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 

Uses of EngineException in org.smartcomps.twister.engine.priv.messaging.impl
 

Methods in org.smartcomps.twister.engine.priv.messaging.impl that throw EngineException
 org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext PickAsReceive.execute(java.lang.String correlationSetName, java.util.Map correlation)
           
 



Copyright © 2003 SmartComps. All Rights Reserved.