public abstract class LuaException extends RuntimeException
LuaException(String msg)
LuaException(String msg, Throwable cause)
LuaException(Throwable cause)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LuaException(String msg)
msg
public LuaException(String msg, Throwable cause)
cause
public LuaException(Throwable cause)