6. 23. 6. Write a catch block that handles java.lang.Exception
All Java exception classes derive from the java.lang.Exception class.
When a method throws multiple exceptions, rather than catch all the exceptions, you can simply
write a catch block that handles java.lang.Exception: