Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TException.cxx File Reference
#include "TException.h"
Include dependency graph for TException.cxx:

Functions

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

ExceptionContext_tgException = nullptr
 Exception Handling.
 
TExceptionHandlergExceptionHandler = nullptr
 

Function Documentation

◆ Throw()

void Throw ( int  code)

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.

Variable Documentation

◆ gException

ExceptionContext_t* gException = nullptr

Exception Handling.

Provide some macro's to simulate the coming C++ try, catch and throw exception handling functionality.

Definition at line 21 of file TException.cxx.

◆ gExceptionHandler

TExceptionHandler* gExceptionHandler = nullptr

Definition at line 37 of file TException.cxx.