|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by RationalTestError
and RationalTestException
.
Method Summary | |
IRationalThrowable |
fillinCombinedStackTrace()
Combines the current stack in the current thread with the stacktrace from this exception. |
java.lang.String |
getClassName()
Returns the classname of the Throwable exception. |
java.lang.String |
getContextDescription()
Gets a description of the context of the exception within a script. |
java.lang.String |
getStackTraceString()
Gets a String representation of the stack for the current exception. |
void |
setContextDescription(java.lang.String s)
Sets the exception context description. |
void |
setStackTraceString(java.lang.String s)
Sets the String representation of the stack for the current exception. |
void |
throwIt()
Throws this throwable exception. |
Method Detail |
public java.lang.String getStackTraceString()
String
representation of the stack for the current exception.
public void setStackTraceString(java.lang.String s)
String
representation of the stack for the current exception.
If this value is not explicitly set, the stacktrace from the underlying Throwable
is returned from getStackTraceString
.
public java.lang.String getClassName()
Throwable
exception. Note that WrappedException
overrides this
and returns the name of the wrapped exception.
public IRationalThrowable fillinCombinedStackTrace()
String
value.
public java.lang.String getContextDescription()
public void setContextDescription(java.lang.String s)
public void throwIt()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |