Exception thrown when the parser fails due to errors in the VRML input.
More...
#include <openvrml/browser.h>
Inherits std::runtime_error.
Exception thrown when the parser fails due to errors in the VRML input.
openvrml::invalid_vrml::invalid_vrml |
( |
const std::string & |
url, |
|
|
size_t |
line, |
|
|
size_t |
column, |
|
|
const std::string & |
message |
|
) |
| |
Construct.
- Parameters
-
[in] | url | resource identifier of the stream. |
[in] | line | line number where the error was detected. |
[in] | column | column number where the error was detected. |
[in] | message | description of the error. |
openvrml::invalid_vrml::~invalid_vrml |
( |
) | |
|
throw | ( | |
| ) | | |
|
virtual |
const std::string openvrml::invalid_vrml::url |
size_t openvrml::invalid_vrml::line |
size_t openvrml::invalid_vrml::column |