First page Back Continue Last page Graphics
When Exceptions Go Astray
If a thrown exception doesn't match one of the types in the specification list, it is branded an unexpected exception.
If a thrown exception isn't caught it is branded an uncaught exception.
The book describes ways to handle these.