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 SummaryFields Modifier and Type Field Description protected IComponentStep<?>stepThe step.
 - 
Constructor SummaryConstructors Constructor Description StepInvalidException(IComponentStep<?> step)Create a new exception.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IComponentStep<?>getStep()Get the step.
 
- 
- 
- 
Field Detail- 
stepprotected IComponentStep<?> step The step.
 
- 
 - 
Constructor Detail- 
StepInvalidExceptionpublic StepInvalidException(IComponentStep<?> step) Create a new exception.
 
- 
 - 
Method Detail- 
getSteppublic IComponentStep<?> getStep() Get the step.- Returns:
- The step
 
 
- 
 
-