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

org.rcsb.cif.EmptyColumnException Maven / Gradle / Ivy

package org.rcsb.cif;

/**
 * Indicates that data for an empty column was requested.
 */
public class EmptyColumnException extends RuntimeException {
    public EmptyColumnException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy