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.datamanager
Methods in de.aristaflow.adept2.core.datamanager that throw ValidationFailedException Modifier and Type Method Description void
ProcessAwareAccess. 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.datamanagement
Subclasses of ValidationFailedException in de.aristaflow.adept2.model.datamanagement Modifier and Type Class Description class
MandatoryParameterValueNotSetException
AMandatoryParameterValueNotSetException
indicates 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 void
IndexedAccessDataContainer. validateWrittenValues(SessionToken session, int index)
Validates and verifies all values written by the application identified by the designated index.
-