Class HDF5ReferenceException

All Implemented Interfaces:
Serializable

public class HDF5ReferenceException extends HDF5LibraryException
See Also:
  • Constructor Details

    • HDF5ReferenceException

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

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