Package overit.geocall.edm.exceptions
Class EDMConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
overit.geocall.edm.exceptions.EDMException
overit.geocall.edm.exceptions.EDMConstraintViolationException
- All Implemented Interfaces:
Serializable
Custom exception for representing constraint violations in EDM (Entity-Data-Model).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEDMConstraintViolationException(Set<EDMConstraintViolation> edmConstraintViolations) Constructs an EDMConstraintViolationException with the specified set of constraint summaries. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the set of constraint summaries associated with this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EDMConstraintViolationException
Constructs an EDMConstraintViolationException with the specified set of constraint summaries.- Parameters:
edmConstraintViolations- The set of constraint summaries associated with the exception.
-
-
Method Details
-
getConstraintSummarySet
Retrieves the set of constraint summaries associated with this exception.- Returns:
- The set of constraint summaries.
-