Serialized Form
exceptionCode_
int exceptionCode_
exceptionLocation_
java.lang.String exceptionLocation_
exceptionMsg_
java.lang.String exceptionMsg_
exceptionCaught_
java.lang.Exception exceptionCaught_
exceptionCode_
int exceptionCode_
- To store Exception Code to identify the event
exceptionIpdrCount_
int exceptionIpdrCount_
- To store number of errors.
exceptionOffset_
long exceptionOffset_
- To store the offset.
exceptionLocation_
java.lang.String exceptionLocation_
- To store Location of error message, ie, the method name / class name.
exceptionCaught_
java.lang.Exception exceptionCaught_
- To store the base exception that was caught.