/*************************************************************************

 IBM(R) VisualAge(TM) C++ for OS/2(R), Version 3
  - Collection Class Library -

 (C) Copyright IBM Corp. 1991, 1995.
  - Licensed Material - Program-Property of IBM - All Rights Reserved.

 *************************************************************************/

Tutorial 4: Use Exceptions

You want to program using excpetions.

1) Write a try block around the given statements.
2) Catch the exception and print out the name of the exception.
3) What do you have to do, that this exception will not be thrown?
4) What different exceptions levels can be turned on and off?
ANSWER: Check the 'Levels of checking' in the chapter 'Exceptions' in
        the UG

Have a look at the results with your debugger.
