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

io.carml.engine.TermGeneratorFactoryException Maven / Gradle / Ivy

There is a newer version: 0.4.11
Show newest version
package io.carml.engine;

public class TermGeneratorFactoryException extends RuntimeException {

  private static final long serialVersionUID = -5655378944971053150L;

  public TermGeneratorFactoryException(String message) {
    super(message);
  }

  public TermGeneratorFactoryException(String message, Throwable throwable) {
    super(message, throwable);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy