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