Exception chaining: Difference between revisions

Content deleted Content added
No edit summary
Removed graffitti tagging
Line 7:
In runtime engine environments such as Java or .Net there exist tools that attach to the runtime engine and every time that an exception of interest occurs they record debugging information that existed in memory at the time the exception was thrown (stack and heap values). These tools are called Exception Interception and they provide 'root-cause' information for exceptions in Java programs that run in production, testing or development environments.
 
 
is this right by sudheer???