Class HDF5LibraryException

    • Constructor Detail

      • HDF5LibraryException

        public HDF5LibraryException()
      • HDF5LibraryException

        public HDF5LibraryException​(String s)
        Parameters:
        s - the detail message.
    • Method Detail

      • getMajorErrorNumber

        public long getMajorErrorNumber()
        Returns:
        the major error number
      • getMinorErrorNumber

        public long getMinorErrorNumber()
        Returns:
        the minor error number
      • getMinorError

        public String getMinorError​(long err_code)
        Parameters:
        err_code - the error code
        Returns:
        the string of the minor error
      • printStackTrace

        public void printStackTrace​(File f)
        Parameters:
        f - the file print stream.