public class WOParsedErrorLine extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_className |
protected String |
_fileName |
protected boolean |
_ignorePackage |
protected int |
_line |
protected String |
_methodName |
protected String |
_packageName |
Constructor and Description |
---|
WOParsedErrorLine(String line) |
Modifier and Type | Method and Description |
---|---|
String |
className() |
String |
fileName() |
boolean |
isDisable() |
int |
line() |
String |
lineNumber() |
String |
methodName() |
String |
packageClassPath() |
String |
packageName() |
protected void |
setIgnorePackage(boolean yn) |
String |
toString() |
protected String _packageName
protected String _className
protected String _methodName
protected String _fileName
protected int _line
protected boolean _ignorePackage
public WOParsedErrorLine(String line)
public String packageName()
public String className()
public String packageClassPath()
public String methodName()
public boolean isDisable()
protected void setIgnorePackage(boolean yn)
public String fileName()
public String lineNumber()
public int line()
Copyright © 2002 – 2024 Project Wonder.