Main Page Modules Namespace List Class Hierarchy Compound List Namespace Members Compound Members Related Pages
openvrml::bad_url Class Reference
Thrown when there is a problem resolving a URI.
More...
Inheritance diagram for openvrml::bad_url:
[legend]List of all members.
|
Public Member Functions |
| bad_url (const std::string &message) |
| Constructor.
|
virtual | ~bad_url () throw () |
| Destructor.
|
Detailed Description
Thrown when there is a problem resolving a URI.
Constructor & Destructor Documentation
openvrml::bad_url::bad_url |
( |
const std::string & |
message |
) |
|
|
|
Constructor.
- Parameters:
-
message | Informative text. |
|
openvrml::bad_url::~bad_url |
( |
|
) |
throw () [virtual] |
|