Diluculum  1.0
Public Member Functions
Diluculum::LuaRunTimeError Class Reference

A Lua run-time error. More...

#include <LuaExceptions.hpp>

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

List of all members.

Public Member Functions

 LuaRunTimeError (const char *what)

Detailed Description

A Lua run-time error.

Definition at line 52 of file LuaExceptions.hpp.


Constructor & Destructor Documentation

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

Constructs a LuaRunTimeError object.

Parameters:
whatThe message associated with the error. Typically will be the error message issued by the Lua interpreter.

Definition at line 59 of file LuaExceptions.hpp.


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