All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.data.api.YangNetconfErrorAware

@Beta public class UniqueConstraintException extends DataValidationFailedException implements org.opendaylight.yangtools.yang.data.api.YangNetconfErrorAware
Exception thrown when a unique statement restrictions are violated.
Author:
Robert Varga
See Also:
  • Constructor Details

  • Method Details

    • values

      public final Map<SchemaNodeIdentifier.Descendant,@Nullable Object> values()
    • getNetconfErrors

      public List<org.opendaylight.yangtools.yang.data.api.YangNetconfError> getNetconfErrors()
      Specified by:
      getNetconfErrors in interface org.opendaylight.yangtools.yang.data.api.YangNetconfErrorAware