Uses of Class
de.aristaflow.adept2.model.datamanagement.ValidationFailedException
- 
Packages that use ValidationFailedException Package Description de.aristaflow.adept2.core.datamanager de.aristaflow.adept2.model.datamanagement 
- 
- 
Uses of ValidationFailedException in de.aristaflow.adept2.core.datamanagerMethods in de.aristaflow.adept2.core.datamanager that throw ValidationFailedException Modifier and Type Method Description voidProcessAwareAccess. validateWrittenValues(SessionToken session, Instance instance, int nodeId, int nodeIteration, String savepoint)Validates and verifies all values written by the designated node instance for the designated savepoint, that is, the values are not temporary any more but valid for the following nodes and it is checked whether all mandatory output parameters have valid values.
- 
Uses of ValidationFailedException in de.aristaflow.adept2.model.datamanagementSubclasses of ValidationFailedException in de.aristaflow.adept2.model.datamanagement Modifier and Type Class Description classMandatoryParameterValueNotSetExceptionAMandatoryParameterValueNotSetExceptionindicates that a mandatory output parameter has not been provided a value.Methods in de.aristaflow.adept2.model.datamanagement that throw ValidationFailedException Modifier and Type Method Description voidIndexedAccessDataContainer. validateWrittenValues(SessionToken session, int index)Validates and verifies all values written by the application identified by the designated index.
 
-