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

org.jcamp.math.DataException Maven / Gradle / Ivy

Go to download

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

There is a newer version: 0.9.2
Show newest version
package org.jcamp.math;

/**
 * special exception in data handling.
 * @author Thomas Weber
 */
public class DataException extends Exception {
    /**
     * DataException constructor comment.
     */
    public DataException() {
        super();
    }
    /**
     * DataException constructor comment.
     * @param s java.lang.String
     */
    public DataException(String s) {
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy