Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class error

boost::program_options::error

Synopsis

// In header: <boost/program_options/errors.hpp>


class error : public  {
public:
  // construct/copy/destruct
  ();
};

Description

Base class for all errors in the library.

error public construct/copy/destruct

  1. ( xwhat);

PrevUpHomeNext