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

com.nedap.archie.rules.evaluation.FunctionCallException Maven / Gradle / Ivy

Go to download

tools that operate on the archie reference models and archetype object model

There is a newer version: 3.12.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy