openvrml::bad_url Class Reference

Thrown when there is a problem resolving a URI. More...

#include <openvrml/bad_url.h>

Inheritance diagram for openvrml::bad_url:

Public Member Functions

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

Detailed Description

Thrown when there is a problem resolving a URI.

Constructor & Destructor Documentation

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

Construct.

Parameters
[in]messageInformative text.
openvrml::bad_url::~bad_url ( )
throw (
)
virtual

Destroy.