WebCFace 2.9.0
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
exception.h File Reference
#include "webcface-config.h"
#include <stdexcept>
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FuncNotFound
 Funcの実行ができなかった場合発生する例外 More...
 
struct  Rejection
 Funcがrejectした(例外を投げた)場合の例外 More...
 
struct  SanityError
 未初期化の変数にアクセスした場合に発生する例外 More...
 
struct  Intrusion
 自分以外のmemberのフィールドに値を設定しようとしたときに発生する例外 More...
 
struct  PromiseError
 Funcの実行結果の処理中に発生した例外 More...
 
struct  FuncSignatureMismatch
 Funcにセットしようとしたパラメーターが実際の関数と一致しない場合の例外 More...
 
struct  InvalidArgument
 その他のパラメーターエラー More...
 
struct  OutOfRange
 その他のパラメーターエラー More...
 

Namespaces

namespace  webcface