| * $Id: LuaMessageHandlerException.java 43 2012-01-05 00:24:31Z andre@naef.com $ |
| * See LICENSE.txt for license terms. |
| * Indicates a Lua message handler error. |
| * This exception is thrown if an error occurs running the message handler of a |
| public class LuaMessageHandlerException extends LuaException { |
| private static final long serialVersionUID = 1L; |
| * Creates a new instance. |
| public LuaMessageHandlerException(String msg) { |
| * Creates a new instance. |
| * the cause of this exception |
| public LuaMessageHandlerException(String msg, Throwable cause) { |