Bug 1363: Introduced ModifiedNodeDoesNotExistsException. 58/9058/3
authorTony Tkacik <ttkacik@cisco.com>
Wed, 16 Jul 2014 11:50:53 +0000 (13:50 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 23 Jul 2014 10:47:26 +0000 (12:47 +0200)
commita7e70aab2c3fedc093c9ce949066ede300759a39
tree743b128bacb8497374fc15046b6c0e7f03316354
parent5838db7a60b9a7b600fc00c2119aa9a7602cd1c5
Bug 1363: Introduced ModifiedNodeDoesNotExistsException.

Introduced new checked exception ModifiedNodeDoesNotExists.
This exception is thrown when node which has subtree
modification did not exist at time of transaction allocation
and also do not exist when allocation was processed
to be commited.

Change-Id: I54f040034b43bfaf4bdda089ad9d2378ddd6ab09
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/schema/tree/ModifiedNodeDoesNotExistException.java [new file with mode: 0644]
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/NormalizedNodeContainerModificationStrategy.java
yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/ErrorReportingTest.java [new file with mode: 0644]