Package cz.cvut.kbss.jopa.exceptions
Class CardinalityConstraintViolatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exceptions.IntegrityConstraintViolatedException
cz.cvut.kbss.jopa.exceptions.CardinalityConstraintViolatedException
- All Implemented Interfaces:
- Serializable
This exception is thrown when cardinality restriction constraint is violated.
 
For example, when the model expects only a single value of a property but multiple are present.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CardinalityConstraintViolatedException
 
-