File: java-runtime-exception.patch

package info (click to toggle)
hdf5 1.10.0-patch1%2Bdocs-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 143,568 kB
  • sloc: ansic: 472,614; f90: 28,734; java: 27,116; xml: 17,791; sh: 16,757; cpp: 14,937; makefile: 1,769; perl: 1,339; yacc: 338; lex: 184; ruby: 24
file content (13 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: hdf5/java/src/hdf/hdf5lib/exceptions/HDF5Exception.java
===================================================================
--- hdf5.orig/java/src/hdf/hdf5lib/exceptions/HDF5Exception.java
+++ hdf5/java/src/hdf/hdf5lib/exceptions/HDF5Exception.java
@@ -32,7 +32,7 @@ package hdf.hdf5lib.exceptions;
  * error code returned by the HDF5 library.
  *
  */
-public class HDF5Exception extends Exception {
+public class HDF5Exception extends RuntimeException {
     protected String detailMessage;
 
     /**