Class MissingSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.opendaylight.yangtools.binding.data.codec.api.MissingSchemaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingClassInLoadingStrategyException, MissingSchemaForClassException

@Beta public class MissingSchemaException extends IllegalArgumentException
Thrown when codec was used with data which are not modeled and available in schema used by codec.
See Also:
  • Constructor Details

    • MissingSchemaException

      public MissingSchemaException(String msg)
    • MissingSchemaException

      public MissingSchemaException(String msg, Throwable cause)