public class StepAbortedException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected IComponentStep<?> |
step
The step.
|
protected java.lang.String |
stepstring
The step string (for remote).
|
| Constructor and Description |
|---|
StepAbortedException()
Create a new exception.
|
StepAbortedException(IComponentStep<?> step)
Create a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
IComponentStep<?> |
getStep()
Get the step.
|
java.lang.String |
getStepstring()
Get the step string.
|
void |
setStepstring(java.lang.String stepstring)
Set the step string.
|
java.lang.String |
toString()
Include step in string.
|
protected IComponentStep<?> step
protected java.lang.String stepstring
public StepAbortedException()
public StepAbortedException(IComponentStep<?> step)
public IComponentStep<?> getStep()
public java.lang.String getStepstring()
public void setStepstring(java.lang.String stepstring)
stepstring - the stepstring to setpublic java.lang.String toString()
toString in class java.lang.Throwable