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

edu.iris.Fissures.seed.exception.SeedException Maven / Gradle / Ivy

The newest version!
package edu.iris.Fissures.seed.exception;

/**
 *  A type of exception specific to problems encountered with
 *  general SEED conventions.
 *
 *  @author Robert Casey
 *  @version 10/9/2001
 */
public class SeedException extends Exception {

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy