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

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

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

public class RmlMapperException extends RuntimeException {

  private static final long serialVersionUID = 2898205613421170426L;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy