Otclient  14/8/2020
LuaBadValueCastException Class Reference

#include <luaexception.h>

Inheritance diagram for LuaBadValueCastException:
Collaboration diagram for LuaBadValueCastException:

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
 

Detailed Description

Definition at line 50 of file luaexception.h.

Constructor & Destructor Documentation

◆ LuaBadValueCastException()

LuaBadValueCastException::LuaBadValueCastException ( const std::string &  luaTypeName,
const std::string &  cppTypeName 
)

Definition at line 49 of file luaexception.cpp.

Here is the call graph for this function:

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