メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

TException.hh

解説を見る。
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


CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp