Class SchemaValidationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.opendaylight.yangtools.yang.data.tree.api.SchemaValidationFailedException
All Implemented Interfaces:
Serializable

@Beta public class SchemaValidationFailedException extends IllegalArgumentException
SchemaValidationFailedException is thrown when an attempt is made to modify the data tree and the modification does not match the schema context.
See Also:
  • Constructor Details

    • SchemaValidationFailedException

      public SchemaValidationFailedException(String message)
    • SchemaValidationFailedException

      public SchemaValidationFailedException(String message, Throwable cause)