libzeep

PrevUpHomeNext

Class uri_parse_error

zeep::http::uri_parse_error — the exception thrown by libzeep when an invalid uri is passed to the uri constructor.

Synopsis

// In header: <zeep/http/uri.hpp>


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

Description

uri_parse_error public construct/copy/destruct

  1. ();
  2. ( u);

PrevUpHomeNext