intel::security::metee_exception(3) Library Functions Manual intel::security::metee_exception(3)

intel::security::metee_exception

#include <meteepp.h>

Inherits std::system_error.


metee_exception (const std::string &what, int err=TEE_INTERNAL_ERROR)
metee_exception (int err, const std::error_category &cat)
metee_exception (int err, const std::error_category &cat, const std::string &what)
virtual ~metee_exception () noexcept

MeTee error exception class class

Definition at line 53 of file meteepp.h.

Constructor

Parameters

what error string
err error code

Definition at line 60 of file meteepp.h.

Constructor

Parameters

err error code
cat error category

Definition at line 65 of file meteepp.h.

Constructor

Parameters

err error code
cat error category
what error string

Definition at line 71 of file meteepp.h.

Destructor

Definition at line 74 of file meteepp.h.

Generated automatically by Doxygen for metee from the source code.

metee