00001 // ===================================================================== 00002 // $Id: TException.hh,v 1.1.1.1 2003/06/27 02:56:42 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-02 $ 00004 // ===================================================================== 00005 #ifndef __TEXCEPTION_HH 00006 #define __TEXCEPTION_HH 00007 00008 #include "Tglobals.h" 00009 00010 class TException 00011 { 00012 00013 private: 00014 //Tstring theMessage; 00015 //Tint theErrorNumber; 00016 //TSystemLogging theLogger; 00017 00018 public: 00019 TException(); 00020 //TException( const Tstring& message ); 00021 //TException( const Tstring& message, Tint err ); 00022 TException( const TException& right ); 00023 ~TException(); 00024 00025 //Tvoid Terminate 00026 //Tvoid Logging with SystemLogging 00027 00028 }; 00029 00030 #endif