bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This is the complete list of members for BESNotFoundError, including all inherited members.
add_my_error_details_to(BESInfo &) const | BESError | inlinevirtual |
BESError()=default (defined in BESError) | BESError | |
BESError(std::string msg, unsigned int type, std::string file, unsigned int line) | BESError | inline |
BESError(const BESError &src) noexcept | BESError | inline |
BESNotFoundError(std::string s, std::string file, unsigned int line) (defined in BESNotFoundError) | BESNotFoundError | inline |
dump(std::ostream &strm) const override | BESNotFoundError | inlinevirtual |
error_name() const override (defined in BESNotFoundError) | BESNotFoundError | inlinevirtual |
get_bes_error_type() const | BESError | inline |
get_file() const | BESError | inline |
get_line() const | BESError | inline |
get_message() const | BESError | inline |
get_verbose_message() const (defined in BESError) | BESError | virtual |
operator=(const BESError &rhs)=delete | BESError | |
set_bes_error_type(unsigned int type) | BESError | inline |
set_message(const std::string &msg) | BESError | inline |
what() const noexcept override | BESError | inline |
~BESError() override=default (defined in BESError) | BESError | |
~BESNotFoundError() override=default (defined in BESNotFoundError) | BESNotFoundError | |
~BESObj()=default | BESObj | virtual |