Skip to content

Instantly share code, notes, and snippets.

@SnuktheGreat
Created November 9, 2015 09:31
Show Gist options
  • Select an option

  • Save SnuktheGreat/fdd97d32884da407b435 to your computer and use it in GitHub Desktop.

Select an option

Save SnuktheGreat/fdd97d32884da407b435 to your computer and use it in GitHub Desktop.
Pointless, but fun way to throw exceptions!
ಠ_ಠ(new IOException("Disk blew up."))
...
public <T extends Throwable> void ಠ_ಠ(T exception) throws T{
throw exception;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment