#include <SceneParseException.h>
|
int | line |
| if known, the line where the error occured More...
|
|
std::string | file |
| if known, the filename of the scene file. More...
|
|
std::string | info |
| informative text to the user (without filename and line). More...
|
|
std::string | message |
| informative text including line and filename. More...
|
|
Definition at line 31 of file SceneParseException.h.
◆ SceneParseException()
mars::interfaces::SceneParseException::SceneParseException |
( |
const std::string & |
info, |
|
|
int |
line = -1 , |
|
|
const std::string & |
file = "" |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
◆ ~SceneParseException()
virtual mars::interfaces::SceneParseException::~SceneParseException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ getFile()
const char* mars::interfaces::SceneParseException::getFile |
( |
| ) |
|
|
inline |
◆ getInfo()
const char* mars::interfaces::SceneParseException::getInfo |
( |
| ) |
|
|
inline |
◆ getLine()
int mars::interfaces::SceneParseException::getLine |
( |
| ) |
|
|
inline |
◆ what()
virtual const char* mars::interfaces::SceneParseException::what |
( |
| ) |
|
|
inlinevirtual |
◆ file
std::string mars::interfaces::SceneParseException::file |
|
protected |
◆ info
std::string mars::interfaces::SceneParseException::info |
|
protected |
◆ line
int mars::interfaces::SceneParseException::line |
|
protected |
◆ message
std::string mars::interfaces::SceneParseException::message |
|
protected |
The documentation for this class was generated from the following file: