Java Exceptions & Errors

Java 2123 codes

java.lang, java.io, java.net, java.sql and concurrent exceptions

Showing 23 of 23 errors
CodeMessage
NullPointerExceptionNull reference accessed
ArrayIndexOutOfBoundsExceptionArray index out of bounds
ClassCastExceptionInvalid class cast
NumberFormatExceptionInvalid number format string
IllegalArgumentExceptionIllegal or inappropriate method argument
IllegalStateExceptionObject in illegal state for this operation
StackOverflowErrorCall stack depth exceeded
OutOfMemoryErrorJVM heap space exhausted
FileNotFoundExceptionFile does not exist or cannot be opened
IOExceptionI/O operation failed
SocketExceptionSocket operation failed — connection broken or refused
UnknownHostExceptionDNS resolution failed for hostname
ClassNotFoundExceptionClass not found on classpath
SQLExceptionDatabase access error
InterruptedExceptionThread interrupted while blocked
ConcurrentModificationExceptionCollection modified during iteration
ArithmeticExceptionArithmetic error — usually division by zero
UnsupportedOperationExceptionOperation not supported on this collection
NoSuchElementExceptionNo element available in iterator or Optional
TimeoutExceptionOperation timed out before completing
ExecutionExceptionException thrown by async task (wrapped)
ClassFormatErrorClass file format is invalid
AssertionErrorAssertion failed — internal invariant violated