<<< How the super class is constructed | Index | What is an exception? >>> |
Many things can go wrong at run-time.
It would be nice to have a universal mechanism to handle various kinds of errors without degenerative modifications to the public interface.
Most OO programming languages support a feature called exception mechanism.
<<< How the super class is constructed | Index | What is an exception? >>> |