Package com.xmlcalabash.exceptions
Class ErrorStackFrame
-
- All Implemented Interfaces:
public final class ErrorStackFrame
-
-
Constructor Summary
Constructors Constructor Description ErrorStackFrame(QName stepType, String stepName)
-
Method Summary
Modifier and Type Method Description final QName
getStepType()
final String
getStepName()
String
toString()
-
-
Constructor Detail
-
ErrorStackFrame
ErrorStackFrame(QName stepType, String stepName)
-
-
Method Detail
-
getStepType
final QName getStepType()
-
getStepName
final String getStepName()
-
-
-
-