26 #ifndef EXCEPTIONS_HPP_
27 #define EXCEPTIONS_HPP_ 1
103 #endif // EXCEPTIONS_HPP_
void exceptions_throw_verifyerror(methodinfo *m, const char *message,...)
void exceptions_throw_illegalargumentexception(void)
void exceptions_throw_noclassdeffounderror_wrong_name(classinfo *c, Utf8String name)
java_handle_t * exceptions_new_arraystoreexception(void)
void exceptions_print_stacktrace(void)
void exceptions_throw_illegalmonitorstateexception(void)
void exceptions_throw_linkageerror(const char *message, classinfo *c)
void exceptions_throw_arraystoreexception(void)
void exceptions_throw_classnotfoundexception(Utf8String name)
void exceptions_throw_nosuchmethoderror(classinfo *c, Utf8String name, Utf8String desc)
void exceptions_throw_exceptionininitializererror(java_handle_t *cause)
void exceptions_throw_interruptedexception(void)
void exceptions_throw_clonenotsupportedexception(void)
void exceptions_throw_nosuchfielderror(classinfo *c, Utf8String name)
void exceptions_throw_classcircularityerror(classinfo *c)
void exceptions_throw_instantiationerror(classinfo *c)
java_handle_t * exceptions_new_nullpointerexception(void)
void exceptions_throw_classformaterror(classinfo *c, const char *message,...)
JNIEnv jclass jobject const char * name
void exceptions_throw_noclassdeffounderror(Utf8String name)
#define exceptions_handle_exception
java_handle_t * exceptions_new_classcastexception(java_handle_t *o)
java_handle_t * exceptions_new_arrayindexoutofboundsexception(s4 index)
void exceptions_print_current_exception(void)
void exceptions_set_exception(java_handle_t *e)
void exceptions_throw_incompatibleclasschangeerror(classinfo *c, const char *message)
void exceptions_throw_instantiationexception(classinfo *c)
void exceptions_throw_nullpointerexception(void)
void exceptions_throw_abstractmethoderror(void)
void exceptions_throw_internalerror(const char *message,...)
#define exceptions_get_and_clear_exception
void exceptions_throw_negativearraysizeexception(void)
void exceptions_throw_privilegedactionexception(java_handle_t *exception)
void exceptions_throw_arrayindexoutofboundsexception(void)
void exceptions_throw_illegalaccessexception(Utf8String message)
java_handle_t * exceptions_fillinstacktrace(void)
void exceptions_clear_exception(void)
void exceptions_throw_unsupportedclassversionerror(classinfo *c)
java_handle_t * exceptions_get_exception(void)
void exceptions_throw_noclassdeffounderror_cause(java_handle_t *cause)
void exceptions_throw_invocationtargetexception(java_handle_t *cause)
void exceptions_print_exception(java_handle_t *xptr)
void exceptions_throw_verifyerror_for_stack(methodinfo *m, int type)
void exceptions_throw_unsatisfiedlinkerror(Utf8String name)
java_handle_t * exceptions_new_abstractmethoderror(void)
java_handle_t * exceptions_new_arithmeticexception(void)
void exceptions_throw_outofmemoryerror(void)
void exceptions_throw_stringindexoutofboundsexception(void)