CScriptparser::ParserError Class Reference

Exception thrown by CScriptparser. More...

#include <cscriptparser.h>

List of all members.

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)


Detailed Description

Exception thrown by CScriptparser.

Constructor & Destructor Documentation

CScriptparser::ParserError::ParserError ( const std::string &  what  )  [inline]

Default exception ctor.

Methodname:
ParserError
Parameters:
what message to pass along
Returns:
-
Global variables used:
none
Exceptions:
none 
Conditions:
none

CScriptparser::ParserError::ParserError ( const std::string &  what,
const std::string &  line 
) [inline]

Custom exception ctor.

Methodname:
ParserError
Parameters:
what message to pass along
line scriptline which is currently being parsed
Returns:
-
Global variables used:
none
Exceptions:
none 
Conditions:
none

CScriptparser::ParserError::~ParserError (  )  throw () [inline]

Default dtor.

Methodname:
~ParserError
Parameters:
- 
Returns:
-
Global variables used:
none
Exceptions:
not allowed
Conditions:
none


Member Function Documentation

const std::string& CScriptparser::ParserError::getLine (  )  [inline]

returns reference to currently parsed scriptline (if set)

Methodname:
getLine
Returns:
reference to currently parsed scriptline (maybe empty string)
Global variables used:
none
Exceptions:
none 
Conditions:
none


The documentation for this class was generated from the following file:
Generated on Sun May 3 19:16:26 2009 for imgsynth2 by  doxygen 1.5.3