
Public Member Functions | |
| String | className () |
| String | fileName () |
| boolean | isDisable () |
| int | line () |
| String | lineNumber () |
| String | methodName () |
| String | packageClassPath () |
| String | packageName () |
| String | toString () |
| WOParsedErrorLine (String line) | |
Protected Member Functions | |
| void | setIgnorePackage (boolean yn) |
Protected Attributes | |
| String | _className |
| String | _fileName |
| boolean | _ignorePackage |
| int | _line |
| String | _methodName |
| String | _packageName |
Evolution : should rewrite the parsing stuff... And verify the real format of java exception... Be careful, apparently it could happen that the latest ")" on a line is not present. This is why in the parsing stuff I try to get the index of this closing parenthesis.
| WOParsedErrorLine | ( | String | line | ) |
| String className | ( | ) |
| String fileName | ( | ) |
| boolean isDisable | ( | ) |
| int line | ( | ) |
| String lineNumber | ( | ) |
| String methodName | ( | ) |
| String packageClassPath | ( | ) |
| String packageName | ( | ) |
| void setIgnorePackage | ( | boolean | yn | ) | [protected] |
| String toString | ( | ) |
String _className [protected] |
boolean _ignorePackage [protected] |
int _line [protected] |
String _methodName [protected] |
String _packageName [protected] |
1.5.8