--Indicates that "an unrecoverable trouble has occurred from the program"
ex) OutOfMemoryError Infinite loop with recurrence call (StackOverflowError)
--Main subclass that inherits Error class
--JVM gives an error --No need for try-catch or throw (but you can write it)
Recommended Posts