Ticket #127 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

cape_open_error lacks constructor for description and cause

Reported by: jasper Owned by: jasper
Priority: major Milestone: Maintenance of Phase II
Component: Client Header Files Version: 1.2.0.10
Keywords: Cc:

Description

The cape_open_error object lacks a constructor to raise an exception from a description with a contained error.

This makes it impossible (from c++ code using wrapper objects) to raise a nested CAPE-OPEN error with a custom description.

Change History

comment:1 Changed 2 years ago by michelpons

  • Version set to 1.2.0.10

comment:2 Changed 2 years ago by jasper

Two constructors are added that take an error that was previously raised by another component.

comment:3 Changed 2 years ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed

In [293]:

Fix #127

comment:4 Changed 2 years ago by jasper

In [294]:

Fix #127

Note: See TracTickets for help on using tickets.