Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Code Example of Exception Handling

GenericException.java

Output:

NumFormExcp.java (Without Exception Handling)

Output:

1 Hassan Khan
Code Example of Exception Handling

NumFormExcp.java (With Exception Handling)

Output:

excep.java (ArryIndexOutOfBound Exception)

Output:

2 Hassan Khan
Code Example of Exception Handling

Define Custom Exception

ExceptionExample.java

Output:

3 Hassan Khan
Code Example of Exception Handling

Customexception.java

Output:

4 Hassan Khan

You might also like