public class StepInvalidException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected IComponentStep<?> |
step
The step.
|
| Constructor and Description |
|---|
StepInvalidException(IComponentStep<?> step)
Create a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
IComponentStep<?> |
getStep()
Get the step.
|
protected IComponentStep<?> step
public StepInvalidException(IComponentStep<?> step)
public IComponentStep<?> getStep()