Skip to content

Commit 2cf4f0f

Browse files
authored
Update Explaination.md
1 parent 1669ffb commit 2cf4f0f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

site/Explaination.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ Three types:
125125
3. **Errors:** Problems that arise beyond the control of the user and programmer, e.g. stack overflow
126126

127127
### Exception Hierarchy
128-
![alt text](http://cdncontribute.geeksforgeeks.org/wp-content/uploads/Exception-in-java1.png "Java Exceptions Hierarchy")
129128

130-
![alt text](http://www.benchresources.net/wp-content/uploads/2017/02/exception-hierarchy-in-java.png "Java Exceptions Hierarchy")
129+
<img src="http://cdncontribute.geeksforgeeks.org/wp-content/uploads/Exception-in-java1.png" alt="Java Exceptions Hierarchy" style="max-width: 80%; display: block; margin: 1rem auto;" />
130+
131+
<img src="http://www.benchresources.net/wp-content/uploads/2017/02/exception-hierarchy-in-java.png" alt="Java Exceptions Hierarchy" style="max-width: 80%; display: block; margin: 1rem auto;" />
131132

132133
### try-with-resources
133134
Automatically closes the resources used, e.g.

0 commit comments

Comments
 (0)