Error in a shared library operation.
More...
#include <SealSharedLib.h>
Error in a shared library operation.
Definition at line 143 of file SealSharedLib.h.
◆ SharedLibraryError()
| Athena::SharedLibraryError::SharedLibraryError |
( |
const std::string & | context, |
|
|
const std::string & | cause ) |
Definition at line 81 of file SealSharedLib.cxx.
84{
85 if (! context.empty ())
86 {
89 }
90
92
93 if (! cause.empty ())
94 {
97 }
98}
◆ ~SharedLibraryError()
| virtual Athena::SharedLibraryError::~SharedLibraryError |
( |
| ) |
|
| throw | ( | ) | | | |
|
inlinevirtual |
◆ what()
| const char * Athena::SharedLibraryError::what |
( |
| ) |
const |
| throw | ( | ) | | | |
|
virtual |
◆ m_message
| std::string Athena::SharedLibraryError::m_message |
|
private |
The documentation for this class was generated from the following files: