Skip to content

Instantly share code, notes, and snippets.

@subchen
Created April 18, 2014 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subchen/11024926 to your computer and use it in GitHub Desktop.
Save subchen/11024926 to your computer and use it in GitHub Desktop.
常用 RuntimeException
TypeNotPresentException
NullPointerException
IllegalArgumentException
IllegalStateException
UnsupportedOperationException
SecurityException
java.util.NoSuchElementException
java.util.MissingResourceException
java.lang.reflect.UndeclaredThrowableException
java.nio.charset.UnsupportedCharsetException
java.nio.charset.IllegalCharsetNameException
java.util.IllegalFormatException
java.nio.file.InvalidPathException
java.lang.NumberFormatException
java.io.UncheckedIOException 1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment