
org.bekwam.talend.commonsrules.ScriptRulesValidationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tcommonsrules Show documentation
Show all versions of tcommonsrules Show documentation
Library to support Rules in tScriptRules and tScriptRulesLoad Talend Open Studio components
The newest version!
package org.bekwam.talend.commonsrules;
/**
* @author Carl2
* @version 1.0
* @created 18-Nov-2012 11:08:41 AM
*/
public class ScriptRulesValidationException extends Exception {
private static final long serialVersionUID = 1L;
public ScriptRulesValidationException(){
}
/**
*
* @param message
*/
public ScriptRulesValidationException(String message){
super(message);
}
}//end ScriptRulesValidationException
© 2015 - 2025 Weber Informatics LLC | Privacy Policy