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

de.gematik.rbellogger.exceptions.RbelRenderingException Maven / Gradle / Ivy

There is a newer version: 0.28.2
Show newest version
package de.gematik.rbellogger.exceptions;

public class RbelRenderingException extends RuntimeException {

    public RbelRenderingException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy