public class MissingSchemaException extends IllegalArgumentException
Modifier | Constructor and Description |
---|---|
protected |
MissingSchemaException(String msg) |
protected |
MissingSchemaException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static void |
checkModulePresent(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
org.opendaylight.yangtools.yang.common.QName name) |
static void |
checkModulePresent(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected MissingSchemaException(String msg)
public static void checkModulePresent(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext, org.opendaylight.yangtools.yang.common.QName name)
public static void checkModulePresent(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child)
Copyright © 2019 OpenDaylight. All rights reserved.