vault backup: 2024-10-16 09:12:37
This commit is contained in:
10
Data Structures/Week 4/Week 4 - Exceptions.md
Normal file
10
Data Structures/Week 4/Week 4 - Exceptions.md
Normal file
@@ -0,0 +1,10 @@
|
||||
```mermaid
|
||||
flowchart BT
|
||||
ex[Exception] --> th[Throwable]
|
||||
re[RuntimeException] --> ex
|
||||
ae[ArithmeticException] --> re
|
||||
ioob[IndexOutOfBoundsException] --> re
|
||||
iae[IllegalArgumentException] --> re
|
||||
npe[NullPointerException] --> re
|
||||
```
|
||||
|
Reference in New Issue
Block a user