|
Leosac
0.7.0
OpenSourceAccessControl
|
#include <coreexception.hpp>
Inheritance diagram for CoreException:
Collaboration diagram for CoreException:Public Member Functions | |
| CoreException (const std::string &message) | |
| virtual | ~CoreException () |
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... | |
Additional Inherited Members | |
Protected Attributes inherited from LEOSACException | |
| std::string | message_ |
Definition at line 33 of file coreexception.hpp.
|
inline |
Definition at line 36 of file coreexception.hpp.
|
inlinevirtual |
Definition at line 40 of file coreexception.hpp.