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

org.javalite.templator.ParseException Maven / Gradle / Ivy

The newest version!
package org.javalite.templator;

/**
 * @author Igor Polevoy on 1/10/15.
 */
public class ParseException extends RuntimeException {
    public ParseException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy