Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class runtime_error

boost::container::runtime_error

Synopsis

// In header: <boost/container/throw_exception.hpp>


class runtime_error : public boost::container::exception {
public:

  // public member functions
  explicit runtime_error(const char *);
};

Description

runtime_error public member functions

  1. explicit runtime_error(const char * msg);

PrevUpHomeNext