Diluculum  1.0
Public Member Functions
Diluculum::LuaTypeError Class Reference

An error related to types when doing some Lua-related processing. More...

#include <LuaExceptions.hpp>

Inheritance diagram for Diluculum::LuaTypeError:
Inheritance graph
[legend]
Collaboration diagram for Diluculum::LuaTypeError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LuaTypeError (const char *what)

Detailed Description

An error related to types when doing some Lua-related processing.

Definition at line 124 of file LuaExceptions.hpp.


Constructor & Destructor Documentation

Diluculum::LuaTypeError::LuaTypeError ( const char *  what) [inline]

Constructs a LuaTypeError object.

Parameters:
whatThe message associated with the error.

Definition at line 130 of file LuaExceptions.hpp.


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