| |
|
22. Exceptions
22.1 Summary
- What are exceptions
- Exceptions as objects; throw, try, catch, etc.
- A look at some example exceptions
22.2 Contents
22.2.1 What are exceptions
Exceptions as objects; throw, try, catch, etc.
22.2.2 A look at some example exceptions
DivideByZeroException
NullPointerException
|
|