com.x5.template.InvalidExpressionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chunk-templates Show documentation
Show all versions of chunk-templates Show documentation
Chunk Template Engine for Java
package com.x5.template;
public class InvalidExpressionException extends Exception
{
private static final long serialVersionUID = -5546762672751850897L;
public InvalidExpressionException(String msg)
{
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy