All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.broadinstitute.hdf5.HDF5LibException Maven / Gradle / Ivy

The newest version!
package org.broadinstitute.hdf5;

public final class HDF5LibException extends RuntimeException{
    private static final long serialVersionUID = -8707336411511157520L;

    public HDF5LibException(String message, Throwable cause) {
        super(message, cause);
    }

    public HDF5LibException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy