diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2020-10-16 16:10:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 16:10:35 (GMT) |
commit | 9bd2102b7747b255b570d428399151296baa17d1 (patch) | |
tree | ec69c69944fba94f3586c804b36091fa88d76b0c /java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java | |
parent | e6cda4817b303e2f984a31a8c20dd12f326772c5 (diff) | |
download | hdf5-9bd2102b7747b255b570d428399151296baa17d1.zip hdf5-9bd2102b7747b255b570d428399151296baa17d1.tar.gz hdf5-9bd2102b7747b255b570d428399151296baa17d1.tar.bz2 |
Update javadoc comments to reduce warnings (#41)
Diffstat (limited to 'java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java')
-rw-r--r-- | java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java b/java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java index ea4a89a..fea5b6d 100644 --- a/java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java +++ b/java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java @@ -13,6 +13,12 @@ package hdf.hdf5lib.exceptions; +/** + * The class HDF5LibraryException returns errors raised by the HDF5 library. + * <p> + * This sub-class represents HDF-5 major error code <b>H5E_REFERENCE</b> + */ + public class HDF5ReferenceException extends HDF5LibraryException { /** * Constructs an <code>HDF5ReferenceException</code> with no specified |