public class LuaMemoryAllocationException extends LuaException
The exception is thrown if the Lua memory allocator runs out of memory or if a JNI allocation fails.
| Constructor and Description |
|---|
LuaMemoryAllocationException(String msg)
Creates a new instance.
|
LuaMemoryAllocationException(String msg,
Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LuaMemoryAllocationException(String msg)
msg - the message