Title
nested_exception wording unclear
Status
nad
Section
[except.nested]
Submitter
Alisdair Meredith

Created on 2009-03-11.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

nested_exception is intended to be inherited from by exception classes that are to be thrown during the handling of another exception, i.e. when translating from one exception type to another. nested_exception allows the originally thrown exception to be easily retained in that scenario.

Date: 2010-10-21.18:28:33

[ 2010 Pittsburgh: ]

Mark issue 1008 as NAD, the type is adequately described.

Date: 2010-10-21.18:28:33

[ 2009-10 Santa Cruz: ]

It doesn't appear that N2619 really addresses this. Alisdair to propose wording.

Date: 2010-10-21.18:28:33

[ Summit: ]

Alisdair will add an example in an update to N2619.

Date: 2009-03-11.00:00:00

Addresses JP 31

It is difficult to understand in which case nested_exception is applied.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg296
2010-10-21 18:28:33adminsetmessages: + msg295
2010-10-21 18:28:33adminsetmessages: + msg294
2010-10-21 18:28:33adminsetmessages: + msg293
2009-03-11 00:00:00admincreate