public static class StringUtils.ErrorLinkTrace
extends java.lang.Object
Constructor and Description |
---|
ErrorLinkTrace(java.lang.String fileName,
java.lang.String methodName,
java.lang.String line,
java.lang.String error,
int linkOffset,
int linkLength) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getError()
error, the detail error message
|
java.lang.String |
getFileName()
filename, in which the error occur, such as regression.testcases.GenericMasterTests
|
java.lang.String |
getLine()
line, the linenumber where the error occur, such as 45
|
int |
getLinkLength()
the length of the link
|
int |
getLinkOffset()
the offset of the link on the console, meaning the start position
|
java.lang.String |
getMethodName()
methodName, in which the error occur, such as testLogin()
|
public ErrorLinkTrace(java.lang.String fileName, java.lang.String methodName, java.lang.String line, java.lang.String error, int linkOffset, int linkLength)
public int getLinkOffset()
public int getLinkLength()
public java.lang.String getFileName()
public java.lang.String getMethodName()
public java.lang.String getLine()
public java.lang.String getError()
Copyright © SAS Institute. All Rights Reserved.