#include <connectionDevice.h>
Public Member Functions | |
ConnectionDevice_Exception (const char *message) | |
接続例外のコンストラクタ | |
virtual const char * | what (void) const throw () |
例外原因の文字列を返す |
Definition at line 187 of file connectionDevice.h.
ConnectionDevice_Exception::ConnectionDevice_Exception | ( | const char * | message | ) | [inline] |
接続例外のコンストラクタ
message | [i] 例外原因を示すエラーメッセージ |
Definition at line 196 of file connectionDevice.h.