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
 StringgetTagName()
          Returns the tag name
 voidsetValue(Throwable t)
          Sets the value of this stack trace.

Methods inherited from class com.togethersoft.testing.shared.TextData
getValue, setValue

Constructor Detail

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.
Method Detail

getTagName

public String getTagName()
Returns the tag name

setValue

public void setValue(Throwable t)
Sets the value of this stack trace.