235 B
Executable File
235 B
Executable File
flowchart BT
ex[Exception] --> th[Throwable]
re[RuntimeException] --> ex
ae[ArithmeticException] --> re
ioob[IndexOutOfBoundsException] --> re
iae[IllegalArgumentException] --> re
npe[NullPointerException] --> re