dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for user-level Jvm error handling

Matthewacon opened this issue · comments

When Jvm::start or Jvm::fatalError run into a fatal error, they should set the Jvm to an errored state to allow the user to handle it or, alternatively, just throw an exception that the user can catch and deal with.