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
(String message, SourceIdentifier id) MissingSchemaSourceException
(String message, SourceIdentifier id, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingSchemaSourceException
-
MissingSchemaSourceException
-
-
Method Details
-
getSourceId
-