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

com.x5.template.InvalidExpressionException Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
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