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

edu.unh.iol.dlc.UnrecognizedVersionException Maven / Gradle / Ivy

package edu.unh.iol.dlc;

/**
 * Runtime exception thrown when the parsed in string is not in the
 * recognized set
 */
public class UnrecognizedVersionException extends RuntimeException {
   public UnrecognizedVersionException(String message) {
      super(message);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy