public class LuaSyntaxException extends LuaException
This exception is thrown if the syntax of a Lua chunk is incorrect.
Constructor and Description |
---|
LuaSyntaxException(String msg)
Creates a new instance.
|
LuaSyntaxException(String msg,
Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString