lua::runtime_error Class Reference

#include <luaxx/luaxx.hpp>

Inheritance diagram for lua::runtime_error:

Inheritance graph
[legend]
Collaboration diagram for lua::runtime_error:

Collaboration graph
[legend]

List of all members.


Detailed Description

A lua runtime error.

This is thrown when there was an error executing some lua code.

Note:
This is not an std::runtime error.

Definition at line 80 of file luaxx.hpp.


Public Member Functions

 runtime_error (const char *desc)
 Constructor.
 runtime_error ()
 Constructor.
virtual const char * what () const throw ()
 Get a description of the error.

Member Function Documentation

virtual const char* lua::exception::what (  )  const throw () [inline, virtual, inherited]

Get a description of the error.

Returns:
a C-string describing the error

Definition at line 69 of file luaxx.hpp.


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

Generated on Wed Apr 30 09:34:47 2008 for Luaxx by  doxygen 1.5.5