Re-write of Java JNI error handling

This commit is contained in:
Jordan Henderson
2019-02-11 10:58:58 -06:00
parent 0527ced1c7
commit 35f48aac5b
57 changed files with 18290 additions and 15875 deletions

View File

@@ -239,7 +239,7 @@ public class TestH5Edefault {
H5.H5Eget_class_name(-1);
}
@Test(expected = IllegalArgumentException.class)
@Test(expected = HDF5LibraryException.class)
public void testH5Eget_class_name_invalid_classname() throws Throwable {
H5.H5Eget_class_name(HDF5Constants.H5E_DEFAULT);
}