public abstract class LuaException extends RuntimeException
| Constructor and Description |
|---|
LuaException(String msg)
Creates a new instance.
|
LuaException(String msg,
Throwable cause)
Creates a new instance.
|
LuaException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LuaException(String msg)
msg - the messagepublic LuaException(String msg, Throwable cause)
msg - the messagecause - the cause of this exceptionpublic LuaException(Throwable cause)
cause - the cause of this exception