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

com.kobylynskyi.graphql.codegen.model.exception.UnableToLoadFreeMarkerTemplateException Maven / Gradle / Ivy

The newest version!
package com.kobylynskyi.graphql.codegen.model.exception;

/**
 * Exception that indicates error while loading Apache FreeMarker template
 *
 * @author kobylynskyi
 */
public class UnableToLoadFreeMarkerTemplateException extends RuntimeException {

    public UnableToLoadFreeMarkerTemplateException(Throwable e) {
        super("Unable to load FreeMarker templates", e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy