Package com.xmlcalabash.tracing
Class StepStopDetail
-
- All Implemented Interfaces:
public final class StepStopDetail extends TraceDetail
-
-
Constructor Summary
Constructors Constructor Description StepStopDetail(AbstractStep step, Long threadId, Exception aborted)
-
Method Summary
Modifier and Type Method Description final String
getId()
final Exception
getAborted()
-
-
Constructor Detail
-
StepStopDetail
StepStopDetail(AbstractStep step, Long threadId, Exception aborted)
-
-
Method Detail
-
getAborted
final Exception getAborted()
-
-
-
-