Class JNIExceptionWrapper.ExceptionHandlerContext
java.lang.Object
org.graalvm.jniutils.JNIExceptionWrapper.ExceptionHandlerContext
- Enclosing class:
JNIExceptionWrapper
Context for
JNIExceptionWrapper.ExceptionHandler.-
Method Summary
Modifier and TypeMethodDescriptiongetEnv()Returns current thread JNIEnv.Returns pending JNI exception.Returns pending JNI exception class name.voidThrowsJNIExceptionWrapperfor the pending JNI exception.
-
Method Details
-
getEnv
Returns current thread JNIEnv. -
getThrowable
Returns pending JNI exception. -
getThrowableClassName
Returns pending JNI exception class name. -
throwJNIExceptionWrapper
public void throwJNIExceptionWrapper()ThrowsJNIExceptionWrapperfor the pending JNI exception.
-