Home | Download | Screen shots | Discussion | Documentation |
---|
Exceptions indicating various types of resource retrieval failure. More...
#include <openvrml-common.h>
#include <stdexcept>
#include <string>
Classes | |
class | openvrml::bad_url |
Thrown when there is a problem resolving a URI. More... | |
class | openvrml::invalid_url |
Thrown when parsing a URI fails. More... | |
class | openvrml::bad_media_type |
Thrown when an unexpected media type is received. More... | |
class | openvrml::unreachable_url |
Thrown when a URI cannot be reached. More... | |
class | openvrml::no_alternative_url |
Exception thrown when no URI in an alternative URI list can be resolved. More... |
Namespaces | |
namespace | openvrml |
The OpenVRML Runtime Library. |
Exceptions indicating various types of resource retrieval failure.