Class HDF5ReferenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable

public class HDF5ReferenceException
extends HDF5LibraryException
See Also:
Serialized Form
  • Constructor Details

    • HDF5ReferenceException

      public HDF5ReferenceException()
      Constructs an HDF5ReferenceException with no specified detail message.
    • HDF5ReferenceException

      public HDF5ReferenceException​(java.lang.String s)
      Constructs an HDF5ReferenceException with the specified detail message.
      Parameters:
      s - the detail message.