GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros
TGo4UserException.h File Reference
#include "TGo4RuntimeException.h"
#include "TString.h"

Go to the source code of this file.

Classes

class  TGo4UserException
 

Macros

#define GO4_SKIP_EVENT   throw TGo4UserException(1,"");
 
#define GO4_SKIP_EVENT_MESSAGE(...)   throw TGo4UserException(1,__VA_ARGS__);
 
#define GO4_STOP_ANALYSIS   throw TGo4UserException(3,"");
 
#define GO4_STOP_ANALYSIS_MESSAGE(...)   throw TGo4UserException(3,__VA_ARGS__);
 

Macro Definition Documentation

#define GO4_SKIP_EVENT   throw TGo4UserException(1,"");

Definition at line 22 of file TGo4UserException.h.

#define GO4_SKIP_EVENT_MESSAGE (   ...)    throw TGo4UserException(1,__VA_ARGS__);

Definition at line 26 of file TGo4UserException.h.

#define GO4_STOP_ANALYSIS   throw TGo4UserException(3,"");

Definition at line 29 of file TGo4UserException.h.

#define GO4_STOP_ANALYSIS_MESSAGE (   ...)    throw TGo4UserException(3,__VA_ARGS__);

Definition at line 32 of file TGo4UserException.h.