Package jadex.bridge
Class StepInvalidException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jadex.bridge.StepInvalidException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class StepInvalidException extends java.lang.RuntimeExceptionException thrown when a conditional step is invalid on execution.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected IComponentStep<?>stepThe step. 
- 
Constructor Summary
Constructors Constructor Description StepInvalidException(IComponentStep<?> step)Create a new exception. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentStep<?>getStep()Get the step. 
 - 
 
- 
- 
Field Detail
- 
step
protected IComponentStep<?> step
The step. 
 - 
 
- 
Constructor Detail
- 
StepInvalidException
public StepInvalidException(IComponentStep<?> step)
Create a new exception. 
 - 
 
- 
Method Detail
- 
getStep
public IComponentStep<?> getStep()
Get the step.- Returns:
 - The step
 
 
 - 
 
 -