Thrown when an unexpected media type is received.
More...
#include <openvrml/bad_url.h>
Public Member Functions |
| | bad_media_type (const std::string &received_type) throw () |
| | Construct.
|
| virtual | ~bad_media_type () throw () |
| | Destroy.
|
| | bad_url (const std::string &message) |
| | Construct.
|
| virtual | ~bad_url () throw () |
| | Destroy.
|
Detailed Description
Thrown when an unexpected media type is received.
Constructor & Destructor Documentation
| openvrml::bad_media_type::bad_media_type |
( |
const std::string & |
received_type | ) |
throw () |
|
explicit |
Construct.
- Parameters
-
| [in] | received_type | the media type that was unexpectedly received. |
| openvrml::bad_media_type::~bad_media_type |
( |
| ) |
throw () |
|
virtual |