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

TException.hh

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

CLDAQ - a Class Library for Data AcQuisition (Version 1.12.0)
Go IWAI <goiwai@users.sourceforge.jp>