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

toxgene.core.genes.CreateGeneException Maven / Gradle / Ivy

/**
 * Thrown at runtime to indicate an invalid access to a ToxListElement.
 *
 * @author Denilson Barbosa
 * @version 0.1
 */

package toxgene.core.genes;

import java.lang.RuntimeException;

public class CreateGeneException extends RuntimeException{

	public CreateGeneException(String s){
		super(s);
  }
	
  public CreateGeneException(){
		super();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy