diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-05 15:48:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-06 08:16:38 +0100 |
commit | 20c4c3acd5fbf38f2e990435bf346d4fbac05f9d (patch) | |
tree | 64aff89ac6aaf94f99fa99bc7e096eb52736deef /include/connectivity | |
parent | dcc06dee258e04eff0140901d6e2e783ec3e2dd8 (diff) |
store originating exception when re-throwing
Change-Id: I26959d3604a581f1528e575239970ab364c7fd50
Reviewed-on: https://gerrit.libreoffice.org/67413
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/dbexception.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx index e016e7f7e1b5..729ca3cb80f0 100644 --- a/include/connectivity/dbexception.hxx +++ b/include/connectivity/dbexception.hxx @@ -272,7 +272,8 @@ OOO_DLLPUBLIC_DBTOOLS void throwGenericSQLException( */ OOO_DLLPUBLIC_DBTOOLS void throwFeatureNotImplementedSQLException( const OUString& _rFeatureName, - const css::uno::Reference< css::uno::XInterface >& _rxContext + const css::uno::Reference< css::uno::XInterface >& _rxContext, + const css::uno::Any& _rNextException = css::uno::Any() ); /** throw a RuntimeException (Optional feature not implemented) |