[Overview][Types][Classes][Procedures and functions] Reference for unit 'pLua' (#pLua)

LuaException

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: plua.pas line 15

type LuaException = class(Exception) end;

Inheritance

LuaException

  

|

Exception

?

TObject

Description

LuaException is a descendent of Exeption that is called for any Exceptions that occur within Lua itself. This can be useful for trapping Lua Exceptions when you are not using the TLua wrapper object.