#include <cscriptparser.h>
Public Member Functions | |
| ParserError (const std::string &what) | |
| Default exception ctor. | |
| ParserError (const std::string &what, const std::string &line) | |
| Custom exception ctor. | |
| ~ParserError () throw () | |
| Default dtor. | |
| const std::string & | getLine () |
| returns reference to currently parsed scriptline (if set) | |
| CScriptparser::ParserError::ParserError | ( | const std::string & | what | ) | [inline] |
Default exception ctor.
| what | message to pass along |
| none |
| CScriptparser::ParserError::ParserError | ( | const std::string & | what, | |
| const std::string & | line | |||
| ) | [inline] |
Custom exception ctor.
| what | message to pass along | |
| line | scriptline which is currently being parsed |
| none |
| CScriptparser::ParserError::~ParserError | ( | ) | throw () [inline] |
Default dtor.
| - |
| not | allowed |
| const std::string& CScriptparser::ParserError::getLine | ( | ) | [inline] |
returns reference to currently parsed scriptline (if set)
| none |
1.5.3