Leosac
0.8.0
Open Source Access Control
|
#include <Exceptions.hpp>
Public Member Functions | |
MalformedMessage (const std::string &detail="") | |
Public Member Functions inherited from LEOSACException | |
LEOSACException (const std::string &message) | |
virtual | ~LEOSACException () |
virtual const char * | what () const noexcept final |
const Leosac::Tools::Stacktrace & | trace () const |
Get the stacktrace associated with this exception. More... | |
Private Member Functions | |
std::string | build_msg (const std::string &detail) const |
Additional Inherited Members | |
Protected Attributes inherited from LEOSACException | |
std::string | message_ |
Definition at line 32 of file Exceptions.hpp.
MalformedMessage::MalformedMessage | ( | const std::string & | detail = "" | ) |
Definition at line 57 of file Exceptions.cpp.
|
private |
Definition at line 62 of file Exceptions.cpp.