nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

better error handling #9

Open nrgraham23 opened 8 years ago

nrgraham23 commented 8 years ago

Currently the code exits in the C code if something goes wrong. The exception should be allowed to pass back to java.

nrgraham23 commented 8 years ago

Also probably need some kind of libjfabric exception class that can be thrown in case of a failed libfabric action.

Use run-time errors.