#include <kanzi/core/cpp/stdexcept.hpp>
#include <kanzi/java/detail/java_string.hpp>
#include <jni.h>
Classes | |
class | kanzi::JavaException |
Exception class that can be used to wrap a Java generated exception. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Macros | |
#define | KZ_JAVA_EXCEPTION_BEGIN() |
#define | KZ_JAVA_EXCEPTION_END(env) |
#define | KZ_JAVA_EXCEPTION_END_WITH_RETURN(env, retval) |
Functions | |
void | kanzi::handleDefaultExceptions (JNIEnv *env) |
Handle the top level Java and native exceptions and rethrow via the JNI. More... | |
#define KZ_JAVA_EXCEPTION_BEGIN | ( | ) |
#define KZ_JAVA_EXCEPTION_END | ( | env | ) |
#define KZ_JAVA_EXCEPTION_END_WITH_RETURN | ( | env, | |
retval | |||
) |