WOParsedErrorLine Class Reference

Collaboration diagram for WOParsedErrorLine:

Collaboration graph
base refererrect $struct___string.html 46,26 110,50
[legend]

List of all members.

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


Detailed Description

WOParsedErrorLine is the class that will parse an exception line. After parsing a line (see format in the constructor comment), each instance will be able to get information about the line, class, method where the error occurs.

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.


Constructor & Destructor Documentation

WOParsedErrorLine ( String  line  ) 


Member Function Documentation

String className (  ) 

String fileName (  ) 

boolean isDisable (  ) 

int line (  ) 

String lineNumber (  ) 

String methodName (  ) 

String packageClassPath (  ) 

String packageName (  ) 

void setIgnorePackage ( boolean  yn  )  [protected]

String toString (  ) 


Member Data Documentation

String _className [protected]

String _fileName [protected]

boolean _ignorePackage [protected]

int _line [protected]

String _methodName [protected]

String _packageName [protected]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:37 2012 for Project Wonder by  doxygen 1.5.8