LibreOffice Module cppuhelper (master) 1
Namespaces | Macros | Functions
exc_thrower.cxx File Reference
#include <rtl/instance.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <uno/dispatcher.hxx>
#include <uno/lbnames.h>
#include <uno/mapping.hxx>
#include <cppuhelper/detail/XExceptionThrower.hpp>
#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp>
#include <com/sun/star/ucb/NameClashException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <cppuhelper/exc_hlp.hxx>
Include dependency graph for exc_thrower.cxx:

Go to the source code of this file.

Namespaces

namespace  cppu
 

Macros

#define RETHROW_FAKE_EXCEPTIONS   0
 

Functions

void SAL_CALL cppu::throwException (Any const &exc)
 
Any SAL_CALL cppu::getCaughtException ()
 Use this function to get the dynamic type of a caught C++-UNO exception; completes the above function throwing exceptions generically. More...
 

Macro Definition Documentation

◆ RETHROW_FAKE_EXCEPTIONS

#define RETHROW_FAKE_EXCEPTIONS   0

Definition at line 174 of file exc_thrower.cxx.