
com.virtusa.gto.nyql.engine.exceptions.NyParamNotFoundException.groovy Maven / Gradle / Ivy
package com.virtusa.gto.nyql.engine.exceptions
/**
* An exception thrown when required parameter is not found within execution context.
*
* @author iweerarathna
*/
class NyParamNotFoundException extends NyScriptExecutionException {
NyParamNotFoundException(String paramName) {
super("Parameter $paramName not found in the script session!")
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy