Fatal exception that lead termination anyway in dangerous unrecoverable cases. More...
#include <mdbx.h++>
Inherits mdbx::exception.
Public Member Functions | |
fatal (const ::mdbx::error &) noexcept | |
fatal (const exception &src) noexcept | |
fatal (exception &&src) noexcept | |
fatal (const fatal &src) noexcept | |
fatal (fatal &&src) noexcept | |
fatal & | operator= (fatal &&)=default |
fatal & | operator= (const fatal &)=default |
virtual | ~fatal () noexcept |
Public Member Functions inherited from mdbx::exception | |
exception (const ::mdbx::error &) noexcept | |
exception (const exception &)=default | |
exception (exception &&)=default | |
virtual | ~exception () noexcept |
const ::mdbx::error | error () const noexcept |
Fatal exception that lead termination anyway in dangerous unrecoverable cases.
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
virtualnoexcept |