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

com.socialmetrix.templater.TemplaterException Maven / Gradle / Ivy

The newest version!
package com.socialmetrix.templater;

public class TemplaterException extends RuntimeException {

	private static final long serialVersionUID = -8827847504127676646L;

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

	public TemplaterException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy