Skip to content

Instantly share code, notes, and snippets.

@xkr47
Created March 17, 2014 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xkr47/9595539 to your computer and use it in GitHub Desktop.
Save xkr47/9595539 to your computer and use it in GitHub Desktop.
Eclipse detail formatter for java.lang.Throwable
java.io.StringWriter sw = new java.io.StringWriter();
java.io.PrintWriter pw = new java.io.PrintWriter(sw);
printStackTrace(pw);
sw.toString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment