Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mcalavera81/af563f071fd573d6f44a to your computer and use it in GitHub Desktop.
Save mcalavera81/af563f071fd573d6f44a to your computer and use it in GitHub Desktop.
Arrays.stream(e.getStackTrace()).limit(5L).map(stackEl -> " " + stackEl).collect(Collectors.joining("\n")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment