public static class StringUtils.ErrorLineParser
extends java.lang.Object
Constructor and Description |
---|
ErrorLineParser() |
Modifier and Type | Method and Description |
---|---|
static StringUtils.ErrorLinkTrace |
parse(int offset,
java.lang.String aLine)
According to a line of console string, generate the ErrorTrace.
If the "console string" matches some patterns, a ErrorTrace will be generated. |
public static StringUtils.ErrorLinkTrace parse(int offset, java.lang.String aLine)
offset
- int, the start position of the parameter aLine on the console.aLine
- String, a line of console string to be parsed.Copyright © SAS Institute. All Rights Reserved.