Alice52 / java-ocean

java-tutorial .We intend to explain Java knowledge in this repository.
MIT License
0 stars 0 forks source link

[javase] Throwable #59

Closed Alice52 closed 3 years ago

Alice52 commented 4 years ago

digram

throwable

exception

  1. Error

    • StackOverflowError: recursive method itselt without condition
  2. Exception

    • RuntimeException
    • IOException
    • ConcurrentModificationException
    • ClassCastException
    • SQLException
    • OutOfMemoryError