...
# | Class | DefinitionĀ |
---|---|---|
1 | YangValidationException | Unchecked exception thrown if yang definition is not valid according to {YangModelBasicValidationListener} |
2 | YangParseException | Unchecked exception thrown if unable to parse yang |
3 | DataValidationException | Exception thrown when a the specified data is invalid |
4 | LeafRefDataValidationFailedException | |
5 | ModifiedNodeDoesNotExistException | Exception 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. Note if node existed in first place and was removed by other transaction, thrown exception should beĀ ConflictingModificationAppliedException. |
6 | YangSyntaxErrorException | Exception thrown if yang syntax is invalid |
7 | ConflictingModificationAppliedException | Exception 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. |
8 | MissingSchemaSourceException | Exception thrown when a the specified schema source is not available. |
9 | SchemaResolutionException | Exception thrown when a Schema Source fails to resolve. |
10 | OperationFailedException | A general base exception for an operation failure. |
11 | IOException | |
12 | AlreadyExistsException | |
13 | LeafRefPathSyntaxErrorException | |
14 | SchemaValidationFailedException |
...