00001 // ===================================================================== 00024 // ===================================================================== 00025 #ifndef CLDAQ__TEXCEPTION_HH 00026 #define CLDAQ__TEXCEPTION_HH 00027 00028 #include "Tglobals.h" 00029 00030 00050 class TException 00051 { 00052 00053 private: 00054 //Tstring theMessage; 00055 //Tint theErrorNumber; 00056 //TSystemLogging theLogger; 00057 00058 public: 00059 TException(); 00060 //TException( const Tstring& message ); 00061 //TException( const Tstring& message, Tint err ); 00062 TException( const TException& right ); 00063 ~TException(); 00064 00065 //Tvoid Terminate 00066 //Tvoid Logging with SystemLogging 00067 00068 }; 00069 00070 #endif