![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <WasmDSL.hpp>
Public Types | |
enum | exception_t : uint64_t { M_EXCEPTION_LIST =(DECLARE_ENUM) } |
Public Member Functions | |
exception (exception_t type, std::string message) | |
const char * | what () const noexcept override |
Static Public Attributes | |
static constexpr const char *const | names_ [] |
Private Attributes | |
exception_t | type_ |
const std::string | message_ |
Definition at line 553 of file WasmDSL.hpp.
enum m::wasm::exception::exception_t : uint64_t |
Enumerator | |
---|---|
M_EXCEPTION_LIST |
Definition at line 556 of file WasmDSL.hpp.
|
inlineexplicit |
Definition at line 571 of file WasmDSL.hpp.
References m::wasm::move().
|
inlineoverridenoexceptinherited |
Definition at line 17 of file exception.hpp.
References m::exception::message_.
Referenced by m::ImportDSV::execute(), and m::execute_statement().
|
privateinherited |
Definition at line 12 of file exception.hpp.
Referenced by m::exception::what().
|
staticconstexpr |
Definition at line 562 of file WasmDSL.hpp.
Referenced by m::wasm::detail::_throw(), and m::wasm::throw_interpreter().
|
private |
Definition at line 568 of file WasmDSL.hpp.