olua.lib.Object└─ olua.lib.Exception
olua.lib.Exception should never be thrown.
Subclasses should override olua.lib.Object>>-toString and return a sensible
message.
| Constructor Summary |
|---|
|
| Method Summary |
|---|
|
| Method Detail |
|---|
initInitialises a new instance of the exception.
The exception will attempt to capture the stack here, if possible;
see -traceback.
throwThrows this exception.
Equivalent to @throw self.
tracebackReturns the exception's traceback.
The traceback is as returned by the standard Lua function
debug.traceback(). It is normally captured when the exception is
initialised.
nil