|
Otclient 1.0
14/8/2020
|
#include <luaexception.h>


Public Member Functions | |
| LuaBadValueCastException (const std::string &luaTypeName, const std::string &cppTypeName) | |
Public Member Functions inherited from LuaException | |
| LuaException (const std::string &error, int traceLevel=-1) | |
| virtual | ~LuaException () throw () |
| void | generateLuaErrorMessage (const std::string &error, int traceLevel) |
| virtual const char * | what () const throw () |
Public Member Functions inherited from stdext::exception | |
| exception () | |
| exception (const std::string &what) | |
| virtual | ~exception () throw () |
Additional Inherited Members | |
Protected Member Functions inherited from LuaException | |
| LuaException () | |
Protected Attributes inherited from LuaException | |
| std::string | m_what |
Protected Attributes inherited from stdext::exception | |
| std::string | m_what |
Definition at line 50 of file luaexception.h.
| LuaBadValueCastException::LuaBadValueCastException | ( | const std::string & | luaTypeName, |
| const std::string & | cppTypeName | ||
| ) |