Supporting Evolution of Interface Exceptions

  • Authors:
  • Anna Mikhailova;Alexander B. Romanovsky

  • Affiliations:
  • -;-

  • Venue:
  • Advances in Exception Handling Techniques (the book grow out of a ECOOP 2000 workshop)
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Interface exceptions (explicitly declared exceptions that a method can propagate outside) are an inherent part of the interface describing the behaviour of a particular class of objects. Evolution of system behaviour is thus necessarily accompanied by and reflected in the evolution of interface exceptions. While the evolution of normal system behaviour is adequately supported by various language mechanisms, such as subtyping and inheritance, few contemporary object-oriented programming languages offer support for the evolution of interface exceptions. Some languages allow interface exceptions to be specialised and deleted while subtyping, but none of them provides adequate support for adding exceptions. In this paper we propose two complementary solutions to dealing with additional exceptions introduced during system evolution. To solve the problem of non-conforming interfaces resulting from the addition of new exceptions in a development step, the first proposal uses rescue handlers and the second one employs the forwarding technique.