00001 // ===================================================================== 00028 // ===================================================================== 00029 #ifndef CLDAQ__TEXCEPTION_HH 00030 #define CLDAQ__TEXCEPTION_HH 00031 00032 #include "Tglobals.h" 00033 00034 00054 class TException 00055 { 00056 00057 private: 00058 //Tstring theMessage; 00059 //Tint theErrorNumber; 00060 //TSystemLogging theLogger; 00061 00062 public: 00063 TException(); 00064 //TException( const Tstring& message ); 00065 //TException( const Tstring& message, Tint err ); 00066 TException( const TException& right ); 00067 ~TException(); 00068 00069 //Tvoid Terminate 00070 //Tvoid Logging with SystemLogging 00071 00072 #ifdef __CLDAQ_ROOT_DLL 00073 ClassDef(TException,0) 00074 #endif 00075 00076 }; 00077 00078 #endif