controllerclientcpp  0.6.1
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 ページ
Public メソッド | すべてのメンバ一覧
クラス mujinclient::MujinException

Exception that all Mujin internal methods throw; the error codes are held in MujinErrorCode. [詳細]

#include <mujincontrollerclient.h>

mujinclient::MujinExceptionに対する継承グラフ
Inheritance graph
[凡例]
mujinclient::MujinExceptionのコラボレーション図
Collaboration graph
[凡例]

Public メソッド

 MujinException ()
 MujinException (const std::string &s, MujinErrorCode error=MEC_Failed)
virtual ~MujinException () throw ()
char const * what () const throw ()
const std::string & message () const
MujinErrorCode GetCode () const

説明

Exception that all Mujin internal methods throw; the error codes are held in MujinErrorCode.

例:
mujinexecutetask.cpp, mujinexecutetask_fast.cpp, mujinexecutetask_robodia.cpp, mujinideal_densowave.cpp, mujinimportscene.cpp, mujinimportscene_robodia.cpp, mujinjog.cpp, mujinmovetool.cpp, と mujinshowresults.cpp.

mujincontrollerclient.h111 行で定義されています。

コンストラクタとデストラクタ

mujinclient::MujinException::MujinException ( )
inline

mujincontrollerclient.h114 行で定義されています。

mujinclient::MujinException::MujinException ( const std::string &  s,
MujinErrorCode  error = MEC_Failed 
)
inline

mujincontrollerclient.h116 行で定義されています。

virtual mujinclient::MujinException::~MujinException ( ) throw ()
inlinevirtual

mujincontrollerclient.h123 行で定義されています。

関数

MujinErrorCode mujinclient::MujinException::GetCode ( ) const
inline

mujincontrollerclient.h131 行で定義されています。

const std::string& mujinclient::MujinException::message ( ) const
inline
char const* mujinclient::MujinException::what ( ) const throw ()
inline

mujincontrollerclient.h125 行で定義されています。


このクラスの説明は次のファイルから生成されました: