play.template2.exceptions.GTCompilationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastergt Show documentation
Show all versions of fastergt Show documentation
RePlay is a fork of the Play1 framework, made and maintained by Codeborne.
The newest version!
package play.template2.exceptions;
public class GTCompilationException extends GTException{
public GTCompilationException() {
}
public GTCompilationException(String s) {
super(s);
}
public GTCompilationException(String s, Throwable throwable) {
super(s, throwable);
}
public GTCompilationException(Throwable throwable) {
super(throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy