Exception class that can be used to wrap a Java generated exception.
More...
#include <kanzi/java/java_exception.hpp>
|
| JavaException (JNIEnv *jenv, jthrowable throwable) |
| Constructs an exception from a Java throwable. More...
|
|
| JavaException (JNIEnv *jenv, jthrowable throwable, const string &message) |
| Constructs an exception from a Java throwable with an added message. More...
|
|
void | throwJavaException (JNIEnv *jenv) const |
| Reconstruct and raise/throw the Java Exception that caused the DirectorException Note that any error in the JNI exception handling results in a Java RuntimeException. More...
|
|
const char * | what () const noexcept override |
| Gets the message describing the exception. More...
|
|
| ~JavaException ()=default |
| Destructor. More...
|
|
Exception class that can be used to wrap a Java generated exception.
Based on the generated code for Swig::DirectorException as generated in Swig 4.0
kanzi::JavaException::JavaException |
( |
JNIEnv * |
jenv, |
|
|
jthrowable |
throwable |
|
) |
| |
Constructs an exception from a Java throwable.
kanzi::JavaException::JavaException |
( |
JNIEnv * |
jenv, |
|
|
jthrowable |
throwable, |
|
|
const string & |
message |
|
) |
| |
|
explicit |
Constructs an exception from a Java throwable with an added message.
kanzi::JavaException::~JavaException |
( |
| ) |
|
|
default |
const char* kanzi::JavaException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Gets the message describing the exception.
void kanzi::JavaException::throwJavaException |
( |
JNIEnv * |
jenv | ) |
const |
Reconstruct and raise/throw the Java Exception that caused the DirectorException Note that any error in the JNI exception handling results in a Java RuntimeException.
static void kanzi::JavaException::throwNativeException |
( |
JNIEnv * |
jenv, |
|
|
jthrowable |
throwable |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: