Class EDMConstraintViolationException

All Implemented Interfaces:
Serializable

public class EDMConstraintViolationException extends EDMException
Custom exception for representing constraint violations in EDM (Entity-Data-Model).
See Also:
  • Constructor Details

    • EDMConstraintViolationException

      public EDMConstraintViolationException(Set<EDMConstraintViolation> edmConstraintViolations)
      Constructs an EDMConstraintViolationException with the specified set of constraint summaries.
      Parameters:
      edmConstraintViolations - The set of constraint summaries associated with the exception.
  • Method Details

    • getConstraintSummarySet

      public Set<EDMConstraintViolation> getConstraintSummarySet()
      Retrieves the set of constraint summaries associated with this exception.
      Returns:
      The set of constraint summaries.