Exceptions


  1. A first version of Increment without any exception :
  2. In the second version, we want to add an exception in the method m() of IncrementImpl.
    It is not possible except if :

  3. Example of use of try ... catch ... finally