Indicates that mbl_cloneables_factory has not heard of value name. More...
#include <mbl_exception.h>
Public Member Functions | |
mbl_exception_no_name_in_factory (vcl_string failed_name, vcl_string valid_names) | |
const char * | what () const |
Private Attributes | |
vcl_string | msg_ |
Indicates that mbl_cloneables_factory has not heard of value name.
Definition at line 46 of file mbl_exception.h.
mbl_exception_no_name_in_factory::mbl_exception_no_name_in_factory | ( | vcl_string | failed_name, |
vcl_string | valid_names | ||
) | [inline] |
Definition at line 50 of file mbl_exception.h.
const char* mbl_exception_no_name_in_factory::what | ( | ) | const [inline] |
Definition at line 52 of file mbl_exception.h.
vcl_string mbl_exception_no_name_in_factory::msg_ [private] |
Definition at line 48 of file mbl_exception.h.