summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-03 16:54:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-03 16:54:58 (GMT)
commitd7d562339911b1f71c43cb293f90d7d67d33e949 (patch)
tree9099e56c3e153217d3d0a65ff7b5d224f8884a8f /java
parentd47ffdb828aa0d5139ea660705ef5882767f33f0 (diff)
downloadhdf5-d7d562339911b1f71c43cb293f90d7d67d33e949.zip
hdf5-d7d562339911b1f71c43cb293f90d7d67d33e949.tar.gz
hdf5-d7d562339911b1f71c43cb293f90d7d67d33e949.tar.bz2
Change exception text
Diffstat (limited to 'java')
-rw-r--r--java/src/jni/h5dImp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/h5dImp.c b/java/src/jni/h5dImp.c
index 5d214d7..d7f1b57 100644
--- a/java/src/jni/h5dImp.c
+++ b/java/src/jni/h5dImp.c
@@ -1362,7 +1362,7 @@ Java_hdf_hdf5lib_H5_H5DwriteVL
isVlenStr = 1; /* strings created by H5Tvlen_create(H5T_C_S1) */
}
if (isStr == 0 || isComplex>0 || isVlenStr) {
- h5unimplemented(env, "H5DwriteVL: not implemented");
+ h5unimplemented(env, "H5DwriteVL: VL types, which are not string type, not implemented");
status = -1;
#ifdef notdef
status = H5DwriteVL_asstr(env, (hid_t)dataset_id, (hid_t)mem_type_id,