com.togethersoft.testing.shared
Class StackTrace
com.togethersoft.testing.shared.TextData
|
+--com.togethersoft.testing.shared.StackTrace
- public class StackTrace
- extends TextData
Represents a stack trace in result.
| Constructor Summary |
StackTrace(Throwable t) Creates a new stack trace for a throwable object. |
StackTrace() Creates a new stacktrace with empty value. |
StackTrace(String value) Creates new stack trace with given value. |
| Method Summary |
String | getTagName() Returns the tag name |
void | setValue(Throwable t) Sets the value of this stack trace. |
StackTrace
public StackTrace(Throwable t)
- Creates a new stack trace for a throwable object.
StackTrace
public StackTrace()
- Creates a new stacktrace with empty value.
StackTrace
public StackTrace(String value)
- Creates new stack trace with given value.
getTagName
public String getTagName()
- Returns the tag name
setValue
public void setValue(Throwable t)
- Sets the value of this stack trace.