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 single value of a property but multiple are present.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CardinalityConstraintViolatedException
-