GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4UserException.h File Reference
#include "TGo4RuntimeException.h"
#include "TString.h"

Go to the source code of this file.

Data Structures

class  TGo4UserException
 Exception to be thrown by analysis user. More...
 

Macros

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

Macro Definition Documentation

◆ GO4_SKIP_EVENT

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

Definition at line 22 of file TGo4UserException.h.

◆ GO4_SKIP_EVENT_MESSAGE

#define GO4_SKIP_EVENT_MESSAGE ( ...)
Value:
throw TGo4UserException(1,__VA_ARGS__);
Exception to be thrown by analysis user.

Definition at line 26 of file TGo4UserException.h.

◆ GO4_STOP_ANALYSIS

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

Definition at line 29 of file TGo4UserException.h.

◆ GO4_STOP_ANALYSIS_MESSAGE

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

Definition at line 32 of file TGo4UserException.h.