Uses of Class
org.opendaylight.yangtools.yang.parser.api.YangParserException
Packages that use YangParserException
Package
Description
Utilities for constructing and working with
BindingRuntimeContext
.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.binding.runtime.spi
Methods in org.opendaylight.yangtools.binding.runtime.spi that throw YangParserExceptionModifier and TypeMethodDescription@NonNull ModuleInfoSnapshot
ModuleInfoSnapshotBuilder.build()
BuildModuleInfoSnapshot
from allmoduleInfos
in this builder.static @NonNull EffectiveModelContext
BindingRuntimeHelpers.createEffectiveModel
(YangParserFactory parserFactory, Iterable<? extends YangModuleInfo> moduleInfos) static @NonNull BindingRuntimeContext
BindingRuntimeHelpers.createRuntimeContext
(YangParserFactory parserFactory, BindingRuntimeGenerator generator, Class<?>... classes) static @NonNull BindingRuntimeContext
BindingRuntimeHelpers.createRuntimeContext
(YangParserFactory parserFactory, BindingRuntimeGenerator generator, Collection<Class<?>> classes) -
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)