OutOfMemoryErrorOutOfMemoryError — Java Heap Space
The JVM has exhausted its available heap memory.
MissingResourceExceptionA resource bundle or resource key cannot be found.
The ResourceBundle for the specified base name and locale cannot be located, or the bundle exists but does not contain the requested key. Property files may be missing or misnamed.
Verify the resource bundle file name and location. Ensure property files are on the classpath. Check the key name for typos. Create missing locale-specific resource files.
OutOfMemoryErrorThe JVM has exhausted its available heap memory.
ConcurrentModificationExceptionA collection is modified while being iterated over.
InputMismatchExceptionA Scanner token does not match the expected type.
NegativeArraySizeExceptionAn array is created with a negative size.
ClassPath ErrorThe classpath is misconfigured, preventing classes from being loaded.
NoSuchFieldErrorA field is referenced at runtime but does not exist in the class.