メインページ   名前空間一覧   クラス階層   構成   ファイル一覧   名前空間メンバ   構成メンバ   ファイルメンバ  

クラス テンプレートMiX::DOM_Exception の解説

DOM操作に失敗した時に投げられる例外を表すクラス. より詳しく...

#include <DOM_Exception.h>

すべてのメンバ一覧

公開メンバ

 MiX_Template_Typedef (charT, traitsT)
 DOM_Exception (const node_type *node, ErrorType type, const std::string &data)
 コンストラクタ. より詳しく...

virtual ~DOM_Exception () throw ()
 デストラクタ. より詳しく...

const char * what () const throw ()
 エラーの詳細をあらわす文字列を返す. より詳しく...

const node_type * getNode () const throw ()
 エラーを起こしたNodeへのポインタを返す. より詳しく...

ErrorType getType () const throw ()
 エラータイプを返す. より詳しく...


解説

template<class charT, class traitsT>
class MiX::DOM_Exception< charT, traitsT >

DOM操作に失敗した時に投げられる例外を表すクラス.

エラーを起こしたノードに対する情報を持つ


コンストラクタとデストラクタの解説

template<class charT, class traitsT>
MiX::DOM_Exception< charT, traitsT >::DOM_Exception const node_type *    node,
ErrorType    type,
const std::string &    data
[inline]
 

コンストラクタ.

template<class charT, class traitsT>
virtual MiX::DOM_Exception< charT, traitsT >::~DOM_Exception   throw () [inline, virtual]
 

デストラクタ.


メンバ関数の解説

template<class charT, class traitsT>
const node_type* MiX::DOM_Exception< charT, traitsT >::getNode   const throw () [inline]
 

エラーを起こしたNodeへのポインタを返す.

template<class charT, class traitsT>
ErrorType MiX::DOM_Exception< charT, traitsT >::getType   const throw () [inline]
 

エラータイプを返す.

template<class charT, class traitsT>
MiX::DOM_Exception< charT, traitsT >::MiX_Template_Typedef charT   ,
traitsT   
 

template<class charT, class traitsT>
const char* MiX::DOM_Exception< charT, traitsT >::what   const throw () [inline]
 

エラーの詳細をあらわす文字列を返す.


このクラスの解説は次のファイルから生成されました:
MiXに対してSat Jul 27 23:16:33 2002に生成されました。 doxygen1.2.14 作者 Dimitri van Heesch, © 1997-2002