26#ifndef HELPER_BASE_HPP_
27#define HELPER_BASE_HPP_
52 #define rethrow_and_raise_java_exception(E) direct_bt::jni::rethrow_and_raise_java_exception_impl((E), __FILE__, __LINE__)
Author: Sven Gothel sgothel@jausoft.com Copyright (c) 2020 Gothel Software e.K.
void rethrow_and_raise_java_exception_impl(JNIEnv *env, const char *file, int line)
Re-throw current exception and raise respective java exception using any matching function above.
void raise_java_exception(JNIEnv *env, const direct_bt::BTException &e, const char *file, int line)
Author: Sven Gothel sgothel@jausoft.com Copyright (c) 2020 Gothel Software e.K.