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

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

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

/**
 *  A type of exception specific to problems encountered while
 *  reading SEED-formatted data.
 *
 *  @author Robert Casey
 *  @version 10/9/2001
 */
public class SeedInputException extends SeedException {
  public SeedInputException () {
          super();
  }
  public SeedInputException (String s) {
          super(s);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy