public static final class JNIExceptionWrapper.ExceptionHandlerContext extends Object
JNIExceptionWrapper.ExceptionHandler
.Modifier and Type | Method and Description |
---|---|
JNI.JNIEnv |
getEnv()
Returns current thread JNIEnv.
|
StackTraceElement[] |
getMergedStackTrace()
Returns merged JNI exception and native stack trace.
|
JNI.JThrowable |
getThrowable()
Returns pending JNI exception.
|
String |
getThrowableClassName()
Returns pending JNI exception class name.
|
String |
getThrowableMessage()
Returns pending JNI exception message.
|
void |
throwJNIExceptionWrapper()
Throws
JNIExceptionWrapper for the pending JNI exception. |
public JNI.JNIEnv getEnv()
public JNI.JThrowable getThrowable()
public String getThrowableMessage()
public String getThrowableClassName()
public StackTraceElement[] getMergedStackTrace()
public void throwJNIExceptionWrapper()
JNIExceptionWrapper
for the pending JNI exception.