![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Exception type thrown by circuit operations on invalid input. More...
#include "Circuit.h"


Public Member Functions | |
| CircuitException (const std::string &m) | |
| Construct with a descriptive error message. | |
| virtual char const * | what () const noexcept |
| Return the error message as a C-string. | |
Private Attributes | |
| std::string | message |
| Human-readable description of the error. | |
Exception type thrown by circuit operations on invalid input.
Thrown when, for example, a UUID is not found in the circuit or a type constraint is violated.
|
inline |
|
inlinevirtualnoexcept |
|
private |