Home | Download | Screen shots | Discussion | Documentation |
---|
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. |
Thrown when an unexpected media type is received.
openvrml::bad_media_type::bad_media_type | ( | const std::string & | received_type | ) | throw () [explicit] |
Construct.
[in] | received_type | the media type that was unexpectedly received. |
openvrml::bad_media_type::~bad_media_type | ( | ) | throw () [virtual] |
Destroy.