Handling Exceptions 2ith Exceptions Flashcards

1
Q

How to write more robust programs?

A

There should be a separate channel for signalling errors.

A user-defined data structure for such signals, allowing for the definition of differentiation of error messages.

Force all calling programs to catch possible exceptions of a called method.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly