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