This is the complete list of members for Lox::Exception, including all inherited members.
bt | Lox::Exception | |
display(void) const | Lox::Exception | virtual |
errorNumber | Lox::Exception | |
Exception(const std::string &func, const std::string &file, const int line, const std::string &what, const std::string &dbquery="") | Lox::Exception | |
Exception(const std::string &func, const std::string &file, const int line, const std::exception &e) | Lox::Exception | |
Exception(const std::string &func, const std::string &file, const int line, const pqxx::pqxx_exception &e) | Lox::Exception | |
filename | Lox::Exception | |
functionName | Lox::Exception | |
initialize(const std::string &func, const std::string &file, const int line, const std::string &exceptionName, const std::string &what, const std::string &dbquery="") | Lox::Exception | protectedvirtual |
lineNumber | Lox::Exception | |
name | Lox::Exception | |
operator std::string(void) const | Lox::Exception | virtual |
otherErrorNumber | Lox::Exception | |
shouldDisplay | Lox::Exception | |
sql | Lox::Exception | |
text | Lox::Exception | |
threadName | Lox::Exception | |
to_string(void) const | Lox::Exception | inlinevirtual |
what(void) const noexcept | Lox::Exception | virtual |
~Exception(void) noexcept | Lox::Exception | virtual |