thrownewValidationException(String.format("Could not find the folder path [%s] in the global data space. Please add the folder into the global data space or change the variable value to a valid path.",
thrownewValidationException(String.format("The file path [%s] in the global data space is not a folder. Please change the variable value to a valid path of a folder in the global data space.",
thrownewValidationException("Could not read global data space files from the scheduler, make sure you are connected and you have permission rights to read global data space files.",
e);
}
// the parameterValue should not end with a slash to avoid the problem which may cause in defining data management because of duplicate slash
if(parameterValue.endsWith("/")){
thrownewValidationException(String.format("Please remove the slash \"/\" at the end of the folder path [%s].",
thrownewValidationException(String.format("Could not find the folder path [%s] in the user data space. Please add the folder into the user data space or change the variable value to a valid path.",
thrownewValidationException(String.format("The file path [%s] in the user data space is not a folder. Please change the variable value to a valid path of a folder in the user data space.",
thrownewValidationException("Could not read user data space files from the scheduler, make sure you are connected and you have permission rights to read user data space files.",
e);
}
// the parameterValue should not end with a slash to avoid the problem which may cause in defining data management because of duplicate slash
if(parameterValue.endsWith("/")){
thrownewValidationException(String.format("Please remove the slash \"/\" at the end of the folder path [%s].",