public class RationalTestScriptException extends NestedException
Exception, RuntimeException, or Throwable (but not an
unhandled Error).
Information about the original Exception is cached.| Constructor and Description |
|---|
RationalTestScriptException(java.lang.String scriptName,
int line,
java.lang.Throwable e) |
RationalTestScriptException(java.lang.String exceptionName,
java.lang.String exceptionMessage,
java.lang.String scriptName,
int line,
java.lang.String stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
int |
getlineNumber()
Returns the line number in the script.
|
java.lang.String |
getScriptName()
Returns the cached
ScriptName. |
java.lang.String |
toString()
Returns a descriptive
String. |
getNestedException, getNestedExceptionMessage, getNestedExceptionName, getNestedExceptionStackTrace, setNestedExceptionclassName, fillinCombinedStackTrace, getClassName, getContextDescription, getMessage, getReplacedExceptionMessage, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, stackTraceString, throwItpublic RationalTestScriptException(java.lang.String exceptionName,
java.lang.String exceptionMessage,
java.lang.String scriptName,
int line,
java.lang.String stackTrace)
public RationalTestScriptException(java.lang.String scriptName,
int line,
java.lang.Throwable e)
public java.lang.String getScriptName()
ScriptName.public int getlineNumber()
public java.lang.String toString()
String.toString in class NestedException