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

org.omscentral.modules.analysis.esp.SetModelDateTimeException Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version

package org.omscentral.modules.analysis.esp;

public class SetModelDateTimeException extends Exception {
   public SetModelDateTimeException () {
       super ();
   }
   public SetModelDateTimeException (String s) {
       super (s);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy