![JAR search and dependency download from the Maven repository](/logo.png)
org.bitbucket.kienerj.cir.CIRException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cir-java Show documentation
Show all versions of cir-java Show documentation
Java Wrapper for using Chemistry Identifier Resolver (CIR)
The newest version!
package org.bitbucket.kienerj.cir;
/**
* Wrapper for checked exceptions
*
* @author Joos Kiener
*/
public class CIRException extends RuntimeException {
public CIRException (Throwable cause){
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy