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 58 of file TException.h.
#define ENDTRY |
Definition at line 64 of file TException.h.
#define RETRY |
Definition at line 44 of file TException.h.
#define SETJMP | ( | buf | ) | setjmp(buf) |
Definition at line 41 of file TException.h.
#define TRY |
Definition at line 51 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 69 of file TException.h.
R__EXTERN TExceptionHandler* gExceptionHandler |
Definition at line 79 of file TException.h.