Class MissingClassInLoadingStrategyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.opendaylight.yangtools.binding.data.codec.api.MissingSchemaException
org.opendaylight.yangtools.binding.data.codec.api.MissingClassInLoadingStrategyException
- All Implemented Interfaces:
Serializable
Thrown when user schema for supplied binding class is available in present schema context, but
binding class itself is not known to codecs because backing class loading strategy did not
provided it.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingClassInLoadingStrategyException
-