V-Gears 0
Free Final Fantasy VII engine.
Parser::Exception Class Reference
Inheritance diagram for Parser::Exception:
Collaboration diagram for Parser::Exception:

Public Member Functions

 Exception (const std::string &msg)
 
 Exception (const std::string &msg, const Tokenzier::Token &token)
 
virtual const char * what () const override throw ()
 

Private Attributes

std::string mMsg
 

Constructor & Destructor Documentation

◆ Exception() [1/2]

Parser::Exception::Exception ( const std::string &  msg)
inline

◆ Exception() [2/2]

Parser::Exception::Exception ( const std::string &  msg,
const Tokenzier::Token token 
)
inline

Member Function Documentation

◆ what()

virtual const char * Parser::Exception::what ( ) const
throw (
)
inlineoverridevirtual

Member Data Documentation

◆ mMsg

std::string Parser::Exception::mMsg
private

The documentation for this class was generated from the following file: