Classes | Defines

ut_exception.h File Reference

#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)

Define Documentation

#define UT_CATCH (   x  )     catch(x)
#define UT_CATCH_ANY   ...
#define UT_END_CATCH
#define UT_RETHROW   throw
#define UT_THROW (   x  )     throw(x)
#define UT_THROWS (   x  ) 
#define UT_TRY   try