
org.openl.rules.project.resolving.NoMatchFileNameException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.rules.project Show documentation
Show all versions of org.openl.rules.project Show documentation
Classes and utilities to work with OpenL Rules Project
package org.openl.rules.project.resolving;
public class NoMatchFileNameException extends Exception {
private static final long serialVersionUID = 1L;
public NoMatchFileNameException() {
super();
}
public NoMatchFileNameException(String message, Throwable cause) {
super(message, cause);
}
public NoMatchFileNameException(String message) {
super(message);
}
public NoMatchFileNameException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy