I am wondering whether there exist any tool in Java, which would generate similar outputs on Exception like this tool on PHP:
http://examples.nette.org/ndebug/nette-exception.html
The Apache web stacktrace in comparison with this tool is a bit ugly and without the IDE's console not very useful.
Note the fact that the parts of the view are clickable and dynamic.
Thanks