summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/tools.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-11-01 09:58:49 +0000
committerOcke Janssen <oj@openoffice.org>2002-11-01 09:58:49 +0000
commit0b01fd887a2d22f2e310c078e55ea0e24bbae847 (patch)
treea86a388cfab4b43c814864a19f084eeca2262bb0 /connectivity/source/inc/java/tools.hxx
parent43488b09cf16ef1f3a338f0af2a545a1c1853689 (diff)
#104636# correct exception handling
Diffstat (limited to 'connectivity/source/inc/java/tools.hxx')
-rw-r--r--connectivity/source/inc/java/tools.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/tools.hxx b/connectivity/source/inc/java/tools.hxx
index fcc0478070..246237f195 100644
--- a/connectivity/source/inc/java/tools.hxx
+++ b/connectivity/source/inc/java/tools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tools.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2002-08-01 07:16:22 $
+ * last change: $Author: oj $ $Date: 2002-11-01 10:58:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,6 +121,16 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > Map2XNameAccess(JNIEnv *pEnv,jobject _pMap);
jobject XNameAccess2Map(JNIEnv *pEnv,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > & _rMap);
+
+ /** return if a exception occured
+ @param pEnv
+ The native java env
+ @param _bClear
+ <TRUE/> if the execption should be cleared
+ @return
+ <TRUE/> if an exception is occured
+ */
+ sal_Bool isExceptionOccured(JNIEnv *pEnv,sal_Bool _bClear);
}
#endif // _CONNECTIVITY_JAVA_TOOLS_HXX_