Throwable
├── Error (unchecked)
│ ├── OutOfMemoryError
│ └── StackOverflowError
└── Exception
├── Checked Exceptions
│ ├── IOException
│ └── SQLException
└── RuntimeException (unchecked)
├── NullPointerException
└── ArrayIndexOutOfBoundsException