Adapting C++ Exception Handling to an Extended COM Exception Model

  • Authors:
  • Bjørn Egil Hansen;Henrik Fredholm

  • 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

This paper describes how correctness and robustness of componentbased systems can be improved by categorising exceptions by component state and cause, and handling them accordingly. Further, it is shown how this model is supported in C++ in a COM-based environment, also simplifying the code for exception detection, signalling, and handling.