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

com.google.sitebricks.TemplateLoadingException Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks;

/**
 * @author Dhanji R. Prasanna ([email protected])
 */
class TemplateLoadingException extends RuntimeException {
    public TemplateLoadingException(String msg, Exception e) {
        super(msg, e);
    }

    public TemplateLoadingException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy