libmusicbrainz3  3.0.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MusicBrainz::WebServiceError Class Reference

A web service error has occurred. More...

Inheritance diagram for MusicBrainz::WebServiceError:
MusicBrainz::Exception MusicBrainz::AuthenticationError MusicBrainz::ConnectionError MusicBrainz::RequestError MusicBrainz::ResourceNotFoundError MusicBrainz::ResponseError MusicBrainz::TimeOutError

Public Member Functions

 WebServiceError (const std::string &msg=std::string())
 
- Public Member Functions inherited from MusicBrainz::Exception
 Exception (const std::string &msg=std::string())
 
virtual ~Exception () throw ()
 
const char * what () const throw ()
 

Detailed Description

A web service error has occurred.

This is the base class for several other web service related exceptions.

Constructor & Destructor Documentation

MusicBrainz::WebServiceError::WebServiceError ( const std::string &  msg = std::string())
inline