public class AbstractErrorParser extends Object implements IErrorParser
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractErrorParser(ErrorPattern[] patterns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processLine(String line,
ErrorParserManager manager)
Finds error or warnings on the given line
|
protected AbstractErrorParser(ErrorPattern[] patterns)
public boolean processLine(String line, ErrorParserManager manager)
IErrorParserprocessLine in interface IErrorParserline - - line of the inputmanager - - error parsers managerCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.