Ticket #251 (closed defect: fixed)
CapeErrorImpl incorrectly drops cause when asked for it
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Phase III |
Component: | Client Header Files | Version: | |
Keywords: | Cc: |
Description
CAPE-OPEN errors contain nested errors; the member get_cause gets the nested error if there is one.
The CapeErrorImpl? implementation of get_cause drops the cause, and returns the only reference to the cause. So if asked for a second time, it returns no object.
Change History
Note: See
TracTickets for help on using
tickets.
In [569285800fe8736dfc4d0a6c0cb7c234508904e8]: