Codemesh Runtime v3 C++ API Reference
3.9.205
|
A utility class used to hold on to exceptions thrown on the other side. More...
#include <xmog_java_value.h>
Public Member Functions | |
xmog_remote_java_exception (jobject exc, jclass type, const char *typeName=NULL, const char *msg=NULL, const char *stack=NULL) | |
xmog_remote_java_exception (const xmog_remote_java_exception &exc) | |
xmog_remote_java_exception & | operator= (const xmog_remote_java_exception &) |
jobject | get_jobject () const |
jclass | get_type () const |
const char * | get_typeName () const |
const char * | get_super_typeName (int i) const |
const char * | get_message () const |
const char * | get_stack () const |
Public Attributes | |
jobject | exc_ |
jclass | type_ |
char * | typeName_ |
char * | superTypeNames_ |
char * | msg_ |
char * | stack_ |
A utility class used to hold on to exceptions thrown on the other side.