libmusicbrainz3  3.0.2
MusicBrainz::WebServiceError Class Reference

A web service error has occurred. More...

Inheritance diagram for MusicBrainz::WebServiceError:
Collaboration diagram for MusicBrainz::WebServiceError:

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