Class SchemaValidationFailedException

  • All Implemented Interfaces:
    Serializable

    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:
    Serialized Form
    • Constructor Detail

      • SchemaValidationFailedException

        public SchemaValidationFailedException​(String message)
      • SchemaValidationFailedException

        public SchemaValidationFailedException​(String message,
                                               Throwable cause)