LIBEUNOMIA
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 全メンバ一覧
eunomia::Exception クラス

例外 [詳解]

#include <exception.h>

eunomia::Exception の継承関係図
eunomia::Exception 連携図

公開メンバ関数

 Exception ()
 デフォルト構築子
 
 Exception (const std::string &m)
 構築子
 
 Exception (const std::string &f, const std::string &m)
 構築子
 
 Exception (const std::string &c, const std::string &f, const std::string &m)
 構築子
 

詳解

例外

std::runtime_errorを繼承し、定型のwhat_argを保持する例外クラス。

構築子と解体子

◆ Exception() [1/4]

eunomia::Exception::Exception ( )
inline

デフォルト構築子

what_argに"Exception"を與へて初期化する。

◆ Exception() [2/4]

eunomia::Exception::Exception ( const std::string & m)
inlineexplicit

構築子

what_argを與へて初期化する。

引数
mメッセージ文字列

◆ Exception() [3/4]

eunomia::Exception::Exception ( const std::string & f,
const std::string & m )
inline

構築子

what_argを「函數名(): メッセージ」の書式で初期化する。

引数
f函數名
mメッセージ

◆ Exception() [4/4]

eunomia::Exception::Exception ( const std::string & c,
const std::string & f,
const std::string & m )
inline

構築子

what_argを「クラス名::函數名(): メッセージ」の書式で初期化する。

引数
cクラス名
f函數名
mメッセージ

このクラス詳解は次のファイルから抽出されました: