Uses of Class
org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
-
Uses of DataValidationFailedException in org.opendaylight.yangtools.yang.data.tree.api
Modifier and TypeClassDescriptionclassException thrown when a proposed change fails validation before being applied into the Data Tree because the Data Tree has been modified in way that a conflicting node is present.classException thrown when a proposed change fails validation before being applied into the datastore because of incorrect structure of user supplied data.classException thrown when a proposed change fails validation before being applied into the Data Tree because tree node which child nodes are modified or written did not exist when transaction started and still does not exists when transaction is processed.final classException thrown whenmin-elementsormax-elementstatement restrictions are violated.classException thrown when auniquestatement restrictions are violated.Methods in org.opendaylight.yangtools.yang.data.tree.api that throw DataValidationFailedExceptionModifier and TypeMethodDescription@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig, EffectiveModelContext initialSchemaContext, org.opendaylight.yangtools.yang.data.api.schema.DistinctNodeContainer<?, ?> initialRoot) Create a new data tree based on specified configuration, with the specified node.DataTreeTip.prepare(DataTreeModification modification) Prepare a modification for commit.voidDataTreeTip.validate(DataTreeModification modification) Validate whether a particular modification can be applied to the data tree.