AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exc_hlp.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_CPPUHELPER_EXC_HLP_HXX
5 #define INCLUDED_CPPUHELPER_EXC_HLP_HXX
6 
9 
10 namespace cppu
11 {
19 CPPUHELPER_DLLPUBLIC void SAL_CALL throwException(const css::uno::Any& rExc);
20 
70 CPPUHELPER_DLLPUBLIC css::uno::Any SAL_CALL getCaughtException();
71 }
72 
73 #endif
74 
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
CPPUHELPER_DLLPUBLIC css::uno::Any getCaughtException()
Use this function to get the dynamic type of a caught C++-UNO exception; completes the above function...
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:12
CPPUHELPER_DLLPUBLIC void throwException(const css::uno::Any &rExc)
This function throws the exception given by rExc.