![JAR search and dependency download from the Maven repository](/logo.png)
com.nedap.archie.rules.evaluation.FunctionCallException Maven / Gradle / Ivy
package com.nedap.archie.rules.evaluation;
/**
* Created by pieter.bos on 07/04/2017.
*/
public class FunctionCallException extends Exception {
public FunctionCallException(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy