| lua::bad_alloc | A memory allocation error |
| lua::bad_conversion | An error converting a lua type |
| lua::exception | A generic lua exception |
| lua::file_error | An error loading a lua file |
| lua::function | A lua function (not a cfunction) |
| lua::lightuserdata | A lua light userdatum |
| lua::nil | A Lua nil (this class does not have any data) |
| lua::runtime_error | A lua runtime error |
| lua::state | This is the Luaxx equivalent of lua_State |
| lua::syntax_error | A syntax error |
| lua::table | A Lua table (this class does not have any data) |
| lua::userdata | A lua userdatum |
1.5.5