| * $Id: LuaGcMetamethodException.java 76 2012-01-06 01:25:52Z andre@naef.com $ |
| * See LICENSE.txt for license terms. |
| * Indicates a Lua garbage collection metamethod error. |
| * This exception is thrown if an error occurs running a <code>__gc</code> |
| * metamethod during garbage collection. |
| public class LuaGcMetamethodException extends LuaException { |
| private static final long serialVersionUID = 1L; |
| * Creates a new instance. |
| public LuaGcMetamethodException(String msg) { |
| * Creates a new instance. |
| * the cause of this exception |
| public LuaGcMetamethodException(String msg, Throwable cause) { |