Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qexceptionhandling.h File Reference

(b8f84fd1e2af38ece89d60619bf93e7af34433ab)

#include <QtCore/qtconfigmacros.h>
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtcoreexports.h>
Include dependency graph for qexceptionhandling.h:

Go to the source code of this file.

Macros

#define QT_TRY   try
#define QT_CATCH(A)
#define QT_THROW(A)
#define QT_RETHROW   throw

Macro Definition Documentation

◆ QT_CATCH

#define QT_CATCH ( A)
Value:

Definition at line 32 of file qexceptionhandling.h.

◆ QT_RETHROW

#define QT_RETHROW   throw

Definition at line 34 of file qexceptionhandling.h.

◆ QT_THROW

#define QT_THROW ( A)
Value:
throw A

Definition at line 33 of file qexceptionhandling.h.

◆ QT_TRY

#define QT_TRY   try

Definition at line 31 of file qexceptionhandling.h.