#include <exceptions.h>
Inheritance diagram for daq::ipc::BadOptionValue:
Public Member Functions | |
BadOptionValue (const ers::Context &context, std::string option_name, std::string option_value, std::string reason) | |
BadOptionValue (const ers::Context &context, const std::string &msg, std::string option_name, std::string option_value, std::string reason) | |
BadOptionValue (const ers::Context &context, std::string option_name, std::string option_value, std::string reason, const std::exception &cause) | |
std::string | get_option_name () |
std::string | get_option_value () |
std::string | get_reason () |
Protected Member Functions | |
BadOptionValue (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 |