Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#ClassDefinition 
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.

11IOException
12AlreadyExistsException
13LeafRefPathSyntaxErrorException

SchemaValidationFailedException


...