summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_general.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_general.hxx')
-rw-r--r--mysqlc/source/mysqlc_general.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysqlc/source/mysqlc_general.hxx b/mysqlc/source/mysqlc_general.hxx
index 9e4417dbc5a4..1f60a1938afb 100644
--- a/mysqlc/source/mysqlc_general.hxx
+++ b/mysqlc/source/mysqlc_general.hxx
@@ -31,17 +31,17 @@ namespace mysqlc_sdbc_driver
{
rtl::OUString getStringFromAny(const css::uno::Any& _rAny);
+ /// @throws css::sdbc::SQLException
void throwFeatureNotImplementedException(
const sal_Char* _pAsciiFeatureName,
const css::uno::Reference< css::uno::XInterface >& _rxContext
- )
- throw (css::sdbc::SQLException);
+ );
+ /// @throws css::sdbc::SQLException
void throwInvalidArgumentException(
const sal_Char* _pAsciiFeatureName,
const css::uno::Reference< css::uno::XInterface >& _rxContext
- )
- throw (css::sdbc::SQLException);
+ );
void translateAndThrow(const ::sql::SQLException& _error, const css::uno::Reference< css::uno::XInterface >& _context, const rtl_TextEncoding encoding);