Duplicate :
|
Recently TraceException was used with the expectation to find out the stack traces behind a StackOverFlowError, given an external component was swallowing exceptions just when a SOFE occurred, thus it wasn't possible to know the corresponding stack trace. Once TraceException was enabled, it prints out only with line. This ER expects to incorporate a modifier to TraceException to print the stack trace of one particular exception, StackOverFlowError for the original situation.
|