Skip to content

Instantly share code, notes, and snippets.

@juanfezero
Last active October 26, 2015 20:17
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 juanfezero/6d2f3d6e2ec98ada9cfa to your computer and use it in GitHub Desktop.
Save juanfezero/6d2f3d6e2ec98ada9cfa to your computer and use it in GitHub Desktop.
get stacktrace and print - juanfezero -
// ex is an exception (ExceptionUtils in commons.lang3)
Arrays.toString(ExceptionUtils.getStackFrames(ex))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment