CPP08 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
NotFoundException クラス

#include <easyfind.hpp>

NotFoundException の継承関係図
Inheritance graph
NotFoundException 連携図
Collaboration graph

公開メンバ関数

virtual const char * what () const throw ()
 Return an error message.
 
- 基底クラス std::exception に属する継承公開メンバ関数
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

詳解

easyfind.hpp30 行目に定義があります。

関数詳解

◆ what()

virtual const char * NotFoundException::what ( ) const
throw (
)
inlinevirtual

Return an error message.

戻り値
C string "Element not found in container"

easyfind.hpp36 行目に定義があります。


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