
org.siani.itrules.parser.ITRulesSyntaxError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of itrules-itr-reader Show documentation
Show all versions of itrules-itr-reader Show documentation
itrules is a Java-based Template Engine. It can generate HTML, XML, SQL, JSON or any other documents from templates. Java code can be separated from the View, allowing to develop applications according to the Model View Controller (MVC).
The newest version!
/*
* Copyright 2014 SIANI - ULPGC
* Octavio Roncal Andrés
* José Juan Hernández Cabrera
* José Évora Gomez
*
* This File is Part of itrules Project
*
* itrules Project is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* itrules Project is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with itrules Library. If not, see .
*/
package org.siani.itrules.parser;
public class ITRulesSyntaxError extends Exception {
public ITRulesSyntaxError(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy