Uses of Class
org.opendaylight.yangtools.yang.model.parser.api.YangParserException
-
-
Uses of YangParserException in org.opendaylight.yangtools.yang.model.parser.api
Subclasses of YangParserException in org.opendaylight.yangtools.yang.model.parser.api Modifier and Type Class Description classYangSyntaxErrorExceptionMethods in org.opendaylight.yangtools.yang.model.parser.api that throw YangParserException Modifier and Type Method Description @NonNull List<org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<?>>YangParser. buildDeclaredModel()Build the declared view of a combined view of declared statements.@NonNull org.opendaylight.yangtools.yang.model.api.EffectiveModelContextYangParser. buildEffectiveModel()Build the effective view of a combined view of effective statements.default @NonNull org.opendaylight.yangtools.yang.model.api.SchemaContextYangParser. buildSchemaContext()Deprecated, for removal: This API element is subject to removal in a future version.UseYangParser.buildEffectiveModel()instead.
-