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

org.jcamp.units.UnitException 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.units;

/**
 * exception raised if units are not convertible into each other.
 * @author Thomas Weber
 */
public class UnitException extends Exception {
    /**
     * UnitException constructor comment.
     */
    public UnitException() {
        super();
    }
    /**
     * UnitException constructor comment.
     * @param s java.lang.String
     */
    public UnitException(String s) {
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy