#include <exceptions.h>
Inheritance diagram for daq::ipc::ObjectNotFound:
Public Member Functions | |
ObjectNotFound (const ers::Context &context, std::string partition, std::string type, std::string name) | |
ObjectNotFound (const ers::Context &context, const std::string &msg, std::string partition, std::string type, std::string name) | |
ObjectNotFound (const ers::Context &context, std::string partition, std::string type, std::string name, const std::exception &cause) | |
std::string | get_partition () |
std::string | get_type () |
std::string | get_name () |
Protected Member Functions | |
ObjectNotFound (const ers::Context &context) | |
virtual void | raise () const throw ( std::exception ) |
virtual const char * | get_class_name () const |
virtual ipc::Exception * | clone () const |
Static Protected Member Functions | |
static const char * | get_uid () |
Friends | |
class | ers::IssueRegistrator |