┌──────┐ │Object│ ├──────┤ └──────┘ | | ┌─────────┐ │Throwable│ ├─────────┤ └─────────┘ ┌─────┐ ┌─────────┐ │Error│ │Exception│ ├─────┤ ├─────────┤ └─────┘ └─────────┘ ┌───────────────────┐ ┌────────────┐ ┌────────────────┐ ┌───────────┐ │VirtualMachineError│ │SQLException│ │RuntimeException│ │IOException│ ├───────────────────┤ ├────────────┤ ├────────────────┤ ├───────────┤ └───────────────────┘ └────────────┘ └────────────────┘ └───────────┘ | | ┌──────────────────────┐ ┌────────────────────┐ ┌────────────────────┐ ┌────────────────────────┐ ┌────────────┐ ┌─────────────────────┐ │StackOverflowException│ │OutOfMemoryException│ │NullPointerException│ │IllegalArgumentException│ │XxxException│ │FileNotFoundException│ ├──────────────────────┤ ├────────────────────┤ ├────────────────────┤ ├────────────────────────┤ ├────────────┤ ├─────────────────────┤ └──────────────────────┘ └────────────────────┘ └────────────────────┘ └────────────────────────┘ └────────────┘ └─────────────────────┘