lua::file_error Class Reference

#include <luaxx/luaxx.hpp>

Inheritance diagram for lua::file_error:

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

Collaboration graph
[legend]

List of all members.


Detailed Description

An error loading a lua file.

This is thrown when a call to lua::loadfile failed because the file could not be opened or read.

Definition at line 104 of file luaxx.hpp.


Public Member Functions

 file_error (const char *desc)
 Constructor.
 file_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