Uses of Class
org.opendaylight.yangtools.yang.parser.spi.source.SourceException
Packages that use SourceException
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
Provides API necessary for the processing of statement sources.
-
Uses of SourceException in org.opendaylight.yangtools.yang.parser.spi.meta
Subclasses of SourceException in org.opendaylight.yangtools.yang.parser.spi.metaModifier and TypeClassDescriptionclassThrown when there is an inference error.classThrown when there was invalid element in YANG file.classThrown when there was Missing element in yang file. -
Uses of SourceException in org.opendaylight.yangtools.yang.parser.spi.source
Subclasses of SourceException in org.opendaylight.yangtools.yang.parser.spi.sourceModifier and TypeClassDescriptionclassAn exception indicating source-level problem across multiple YANG sources relating to how they are allowed to be linked between YANG versions.