![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Exception thrown when reachability compilation fails. More...
#include "ReachabilityCompiler.h"


Public Member Functions | |
| ReachabilityCompilerException (const std::string &what) | |
| Construct with a human-readable message. | |
Exception thrown when reachability compilation fails.
Raised on unsupported input shapes (a provenance token shared by edges with different endpoints) or when the per-node state space exceeds the configured bound. Data treewidth above TreeDecomposition::MAX_TREEWIDTH surfaces as the usual TreeDecompositionException instead.
Definition at line 62 of file ReachabilityCompiler.h.
|
inlineexplicit |
Construct with a human-readable message.
| what | Message. |
Definition at line 65 of file ReachabilityCompiler.h.