Finish removal of yangtools classes
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / MissingSchemaException.java
index 76947cd035ff6f150b7f127ed5e4dcf65189e833..06000db634aac62d3b4fa24586416735a9788e67 100644 (file)
@@ -15,10 +15,9 @@ import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgum
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
 /**
- * Thrown when codec was used with data which are not modeled
- * and available in schema used by codec.
+ * Thrown when codec was used with data which are not modeled and available in schema used by codec.
  */
-public class MissingSchemaException extends org.opendaylight.yangtools.binding.data.codec.impl.MissingSchemaException {
+public class MissingSchemaException extends IllegalArgumentException {
 
     private static final long serialVersionUID = 1L;