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

org.swiftboot.sheet.exception.NotSupportedExpressionException Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
package org.swiftboot.sheet.exception;

/**
 * @author swiftech
 */
public class NotSupportedExpressionException extends RuntimeException {

    private String expression;

    public NotSupportedExpressionException(String expression) {
        super(String.format("Not supported expression: %s", expression));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy