This is probably a newbie question, but hope you can help me. :) I have something like this:
try { //try to do something there } catch (IOException e) { //handl
Try:
e.printStackTrace(System.out);