Objectives
- Understand Java’s exception-handling mechanisms.
- Be able to use the Java
try/catch
statement. - Know how to design effective exception handlers.
- Appreciate the importance of exception handling in program design.
- Be able to design your own
Exception
subclasses.