Learning Objectives
In this week you’ll learn…
- the true and complete story on exceptions.
- What is the difference between Errors and Exceptions?
- What is the difference between checked and unchecked exceptions?
- How do you use your own exception?
- What does “finally” mean when catching exceptions?
- how you can use the official Java documentation.