Class NamespaceNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceNotAvailableException
- All Implemented Interfaces:
Serializable
Thrown when identifier namespace is not available (supported) in a specific model processing phase.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNamespaceNotAvailableException
(String message) NamespaceNotAvailableException
(String message, 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
-
NamespaceNotAvailableException
-
NamespaceNotAvailableException
-