#include "ut_types.h"
Go to the source code of this file.
Classes | |
class | UT_Exception |
Defines | |
#define | UT_TRY try |
#define | UT_CATCH(x) catch(x) |
#define | UT_END_CATCH |
#define | UT_THROW(x) throw(x) |
#define | UT_CATCH_ANY ... |
#define | UT_RETHROW throw |
#define | UT_THROWS(x) |
Referenced by XAP_ModuleManager::loadModule(), and XAP_ModuleManager::loadPreloaded().
#define UT_CATCH_ANY ... |
#define UT_END_CATCH |
#define UT_RETHROW throw |
#define UT_THROWS | ( | x | ) |
#define UT_TRY try |
Referenced by XAP_ModuleManager::loadModule(), and XAP_ModuleManager::loadPreloaded().