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

@@ -49,7 +49,7 @@ public class TestH5Sbasic {
H5.H5Screate(-1);
}
@Test(expected = HDF5LibraryException.class)
@Test(expected = IllegalArgumentException.class)
public void testH5Sget_simple_extent_type_invalid() throws Throwable {
H5.H5Sget_simple_extent_type(-1);
}