Searched refs:param_error (Results 1 – 4 of 4) sorted by relevance
40 class BOOST_SYMBOL_VISIBLE param_error : public std::exception { class42 ~param_error() BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE {} in ~param_error()53 explicit param_error( cstring param_name_ ) : param_name( param_name_) {} in param_error() function in boost::runtime::param_error58 class BOOST_SYMBOL_VISIBLE init_error : public param_error {60 explicit init_error( cstring param_name ) : param_error( param_name ) {} in init_error()64 class BOOST_SYMBOL_VISIBLE input_error : public param_error {66 explicit input_error( cstring param_name ) : param_error( param_name ) {} in input_error()
37 const int param_error = BZ_PARAM_ERROR; variable
199 catch( rt::param_error const& ex ) { in main()
60 BOOST_IOSTREAMS_DECL extern const int param_error;