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

org.jcamp.parser.JCAMPException 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.parser;

/**
 * exceptions thrown at JCAMP-DX parsing.
 * @author Thomas Weber
 */
public class JCAMPException extends Exception {
    /**
     * JCAMPException constructor comment.
     */
    public JCAMPException() {
        super();
    }
    /**
     * JCAMPException constructor comment.
     * @param s java.lang.String
     */
    public JCAMPException(String s) {
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy