openvrml::bad_url Class Reference

#include <openvrml/browser.h>

Inheritance diagram for openvrml::bad_url:

List of all members.


Detailed Description

Thrown when there is a problem resolving a URI.

Public Member Functions

 bad_url (const std::string &message)
 Construct.
virtual ~bad_url () throw ()
 Destroy.

Constructor & Destructor Documentation

openvrml::bad_url::bad_url ( const std::string &  message  ) 

Construct.

Parameters:
[in] message Informative text.

openvrml::bad_url::~bad_url (  )  throw () [virtual]

Destroy.