ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <Exception.hpp>
Public Member Functions | |
Exception (const Session *, const ResultCode &, const char *fromFile, const int fromLine) | |
![]() | |
Exception (const char *text, const char *fromFile, const int fromLine) | |
Exception (const Exception &other) | |
virtual | ~Exception () |
const std::string & | getText () const |
const char * | getFromFile () const |
int | getFromLine () const |
void | setErrorCode (const int errorCode) |
int | getErrorCode () const |
Exception & | operator= (const Exception &right) |
std::string | asString () const |
const char * | what () const noexcept |
void | trace () const |
Additional Inherited Members | |
![]() | |
Exception (const char *text, const char *name, const char *fromFile, const int fromLine) | |
void | setText (const char *text) |
void | setText (const std::string &text) |
anna::ldap::Exception::Exception | ( | const Session * | , |
const ResultCode & | , | ||
const char * | fromFile, | ||
const int | fromLine | ||
) |