com.nedap.archie.rules.evaluation.FunctionCallException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools Show documentation
Show all versions of tools Show documentation
tools that operate on the archie reference models and archetype object model
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);
}
}