Uses of Class
org.opendaylight.yangtools.yang.parser.api.YangParserException
Packages that use YangParserException
Package
Description
YANG parser public API.
This package holds the 'parser implementation', which really is just glue code holding together the statement
reactor, base RFC6020/RFC7950 support bundles and supported semantic extensions.
-
Uses of YangParserException in org.opendaylight.yangtools.rfc8528.data.api
Methods in org.opendaylight.yangtools.rfc8528.data.api that throw YangParserExceptionModifier and TypeMethodDescriptionMountPointContextFactory.createContext
(Map<YangLibraryConstants.ContainerName, MountPointChild> libraryContainers, @Nullable MountPointChild schemaMounts) Create a mount point context based on available information. -
Uses of YangParserException in org.opendaylight.yangtools.rfc8528.data.util
Methods in org.opendaylight.yangtools.rfc8528.data.util that throw YangParserExceptionModifier and TypeMethodDescriptionprotected abstract @NonNull EffectiveModelContext
AbstractDynamicMountPointContextFactory.bindLibrary
(@NonNull YangLibraryConstants.ContainerName containerName, @NonNull ContainerNode libData) Assemble the MountPointContext for specified normalized YANG Library top-level container.final MountPointContext
AbstractDynamicMountPointContextFactory.createContext
(Map<YangLibraryConstants.ContainerName, MountPointChild> libraryContainers, MountPointChild schemaMounts) -
Uses of YangParserException in org.opendaylight.yangtools.yang.parser.api
Subclasses of YangParserException in org.opendaylight.yangtools.yang.parser.apiMethods in org.opendaylight.yangtools.yang.parser.api that throw YangParserExceptionModifier and TypeMethodDescription@NonNull List<DeclaredStatement<?>>
YangParser.buildDeclaredModel()
Build the declared view of a combined view of declared statements.@NonNull EffectiveModelContext
YangParser.buildEffectiveModel()
Build the effective view of a combined view of effective statements.@NonNull EffectiveModelContext
YangLibResolver.resolveModuleSet
(YangLibModuleSet moduleSet) Build the effective view of a combined view of effective statements. -
Uses of YangParserException in org.opendaylight.yangtools.yang.parser.impl
Methods in org.opendaylight.yangtools.yang.parser.impl that throw YangParserExceptionModifier and TypeMethodDescriptionDefaultYangLibResolver.resolveModuleSet
(YangLibModuleSet moduleSet)