public class LuaError extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JAVA_STACK_TRACE_HEADER_MESSAGE
Header used by the toString() method to denote a Java exception stack trace. 
 | 
| Constructor and Description | 
|---|
LuaError(String message,
        Throwable cause)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getCause()
Returns the cause. 
 | 
LuaStackTraceElement[] | 
getLuaStackTrace()
Returns the Lua stack trace. 
 | 
String | 
getMessage()
Returns the message. 
 | 
String | 
toString()  | 
public static final String JAVA_STACK_TRACE_HEADER_MESSAGE