Skip to content

Instantly share code, notes, and snippets.

@jyzhang
Created July 17, 2012 01:16
Show Gist options
  • Save jyzhang/3126302 to your computer and use it in GitHub Desktop.
Save jyzhang/3126302 to your computer and use it in GitHub Desktop.
String temp1 = "Error in: " + getClass().getSimpleName();
String temp2 = temp1 + " -- ";
String msg = temp2 + e.getMessage();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment