ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
TException.cxx File Reference
#include "TException.h"
Include dependency graph for TException.cxx:

Go to the source code of this file.

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. More...
 

Variables

ExceptionContext_tgException
 Exception Handling. More...
 

Function Documentation

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.

Referenced by PyROOT::TMethodHolder::CallSafe(), TWinNTSystem::DispatchSignals(), TWinNTSystem::HandleConsoleEvent(), TApplication::HandleException(), TRint::HandleTermInput(), RootX11ErrorHandler(), and RootX11IOErrorHandler().

Variable Documentation

ExceptionContext_t* gException

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.