Package jadex.bridge
Class StepAborted
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Error
 - 
- java.lang.ThreadDeath
 - 
- jadex.bridge.StepAborted
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class StepAborted extends java.lang.ThreadDeathAn error thrown to abort the thread execution of a blocked component step.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StepAborted(IComponentIdentifier cid) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
StepAborted
public StepAborted(IComponentIdentifier cid)
 
 - 
 
 -