Java Exceptions
Built-in exception and error classes from the Java standard library (java.lang, java.io, java.net, java.util, java.sql, java.util.concurrent). Checked exceptions must be declared or caught; unchecked exceptions (RuntimeException and Error subclasses) do not.
References
48 codes
-
ArithmeticExceptionArithmeticException -
ArrayIndexOutOfBoundsExceptionArrayIndexOutOfBoundsException -
ArrayStoreExceptionArrayStoreException -
AssertionErrorAssertionError -
ClassCastExceptionClassCastException -
ClassFormatErrorClassFormatError -
ClassNotFoundExceptionClassNotFoundException -
CloneNotSupportedExceptionCloneNotSupportedException -
ConcurrentModificationExceptionConcurrentModificationException -
ConnectExceptionConnectException -
EmptyStackExceptionEmptyStackException -
EnumConstantNotPresentExceptionEnumConstantNotPresentException -
EOFExceptionEOFException -
ExceptionInInitializerErrorExceptionInInitializerError -
ExecutionExceptionExecutionException -
FileNotFoundExceptionFileNotFoundException -
HttpRetryExceptionHttpRetryException -
IllegalArgumentExceptionIllegalArgumentException -
IllegalStateExceptionIllegalStateException -
IndexOutOfBoundsExceptionIndexOutOfBoundsException -
InputMismatchExceptionInputMismatchException -
InterruptedExceptionInterruptedException -
InvocationTargetExceptionInvocationTargetException -
IOExceptionIOException -
MalformedURLExceptionMalformedURLException -
MissingFormatArgumentExceptionMissingFormatArgumentException -
NegativeArraySizeExceptionNegativeArraySizeException -
NoClassDefFoundErrorNoClassDefFoundError -
NoSuchElementExceptionNoSuchElementException -
NullPointerExceptionNullPointerException -
NumberFormatExceptionNumberFormatException -
OutOfMemoryErrorOutOfMemoryError -
ReflectiveOperationExceptionReflectiveOperationException -
SecurityExceptionSecurityException -
SocketExceptionSocketException -
SocketTimeoutExceptionSocketTimeoutException -
SQLExceptionSQLException -
SQLIntegrityConstraintViolationExceptionSQLIntegrityConstraintViolationException -
SQLSyntaxErrorExceptionSQLSyntaxErrorException -
SQLTimeoutExceptionSQLTimeoutException -
SSLExceptionSSLException -
SSLHandshakeExceptionSSLHandshakeException -
StackOverflowErrorStackOverflowError -
StringIndexOutOfBoundsExceptionStringIndexOutOfBoundsException -
TimeoutExceptionTimeoutException -
UnknownHostExceptionUnknownHostException -
UnsatisfiedLinkErrorUnsatisfiedLinkError -
UnsupportedOperationExceptionUnsupportedOperationException