summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HConnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HConnection.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HConnection.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx
index 1929c705fce0..cf4cafbe347c 100644
--- a/connectivity/source/drivers/hsqldb/HConnection.cxx
+++ b/connectivity/source/drivers/hsqldb/HConnection.cxx
@@ -151,7 +151,7 @@ namespace connectivity { namespace hsqldb
}
catch(const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("connectivity.hsqldb");
}
}
@@ -160,7 +160,7 @@ namespace connectivity { namespace hsqldb
}
catch(const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("connectivity.hsqldb");
}
}
@@ -255,7 +255,7 @@ namespace connectivity { namespace hsqldb
{
// that's a serious error in impl_getTableContainer_throw, or hasByName, however, we're only
// allowed to throw an IllegalArgumentException ourself
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("connectivity.hsqldb");
}
if ( !bDoesExist )
@@ -300,7 +300,7 @@ namespace connectivity { namespace hsqldb
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("connectivity.hsqldb");
}
return bIsTextTable;
@@ -335,7 +335,7 @@ namespace connectivity { namespace hsqldb
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("connectivity.hsqldb");
}
return xGraphic;
}