Skip to content

Instantly share code, notes, and snippets.

@kayz1
Created September 11, 2013 13:12
Show Gist options
  • Save kayz1/6523371 to your computer and use it in GitHub Desktop.
Save kayz1/6523371 to your computer and use it in GitHub Desktop.
Unchecked/Checked Exceptions
Unchecked
ArrayIndexOutOfBoundsException
ClassCastException
IllegalArgumentException
IllegalStateException
NullPointerException
NumberFormatException
AssertionError
ExceptionInInitializerError
StackOverflowError
NoClassDefFoundError
Checked
Exception
IOException
FileNotFoundException
ParseException
ClassNotFoundException
CloneNotSupportedException
InstantiationException
InterruptedException
NoSuchMethodException
NoSuchFieldException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment