dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.
Other
27 stars 10 forks source link

Add support for user-level Jvm error handling #81

Open Matthewacon opened 4 years ago

Matthewacon commented 4 years ago

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.