Class MissingSchemaSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceException
org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException
- All Implemented Interfaces:
Serializable
Exception thrown when a the specified schema source is not available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingSchemaSourceException
(SourceIdentifier sourceId, String message) MissingSchemaSourceException
(SourceIdentifier sourceId, String message, Throwable cause) -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceException
sourceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingSchemaSourceException
-
MissingSchemaSourceException
-