Skip to content

Instantly share code, notes, and snippets.

@undetected1
Created April 13, 2010 21:54
Show Gist options
  • Save undetected1/365132 to your computer and use it in GitHub Desktop.
Save undetected1/365132 to your computer and use it in GitHub Desktop.
public void checkLanguage(Language lang) throws Exception {
if(lang.getName().equals("Java")) {
System.out.println("Warning! Hot!");
} else {
throw new LooserException();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment