My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
exc_hlp.hxx File Reference
#include <com/sun/star/uno/Any.hxx>
#include "cppuhelperdllapi.h"

Go to the source code of this file.

Namespaces

namespace  cppu

Functions

CPPUHELPER_DLLPUBLIC void cppu::throwException (const ::com::sun::star::uno::Any &rExc) throw (::com::sun::star::uno::Exception)
 This function throws the exception given by rExc.
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Any cppu::getCaughtException ()
 Use this function to get the dynamic type of a caught C++-UNO exception; completes the above function throwing exceptions generically.