Uses of Class
org.opendaylight.yangtools.yang.model.parser.api.YangParserException
-
Packages that use YangParserException Package Description org.opendaylight.yangtools.yang.model.parser.api -
-
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 classYangSyntaxErrorExceptionDeprecated, for removal: This API element is subject to removal in a future version.Methods 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()Deprecated, for removal: This API element is subject to removal in a future version.Build the declared view of a combined view of declared statements.@NonNull org.opendaylight.yangtools.yang.model.api.EffectiveModelContextYangParser. buildEffectiveModel()Deprecated, for removal: This API element is subject to removal in a future version.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.
-