Classes | |
struct | ExceptionContext_t |
class | TExceptionHandler |
Macros | |
#define | CATCH(n) |
#define | ENDTRY |
#define | RETRY |
#define | SETJMP(buf) setjmp(buf) |
#define | TRY |
Functions | |
R__EXTERN void | Throw (int code) |
If an exception context has been set (using the TRY and RETRY macros) jump back to where it was set. | |
Variables | |
R__EXTERN ExceptionContext_t * | gException |
R__EXTERN TExceptionHandler * | gExceptionHandler |
#define CATCH | ( | n | ) |
Definition at line 63 of file TException.h.
#define ENDTRY |
Definition at line 69 of file TException.h.
#define RETRY |
Definition at line 49 of file TException.h.
#define SETJMP | ( | buf | ) | setjmp(buf) |
Definition at line 46 of file TException.h.
#define TRY |
Definition at line 56 of file TException.h.
If an exception context has been set (using the TRY and RETRY macros) jump back to where it was set.
Definition at line 27 of file TException.cxx.
R__EXTERN ExceptionContext_t* gException |
Definition at line 74 of file TException.h.
R__EXTERN TExceptionHandler* gExceptionHandler |
Definition at line 84 of file TException.h.