Please enable JavaScript.
Coggle requires JavaScript to display documents.
Inheritance, Exception Handling - Coggle Diagram
-
Exception Handling
-
throwing exceptions
Using the throw statements to create an exception, creating this exception we can now change the flow of the program to avoid the exception
-
Handling Exceptions
-
Try and Catch
-
-
As other structures try and catch can be nested to identify more specific exceptions and to handle multiple exceptions
-
-