Package cz.cvut.kbss.jopa.exception
Class InvalidFieldMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exception.MetamodelInitializationException
cz.cvut.kbss.jopa.exception.InvalidFieldMappingException
- All Implemented Interfaces:
Serializable
Signals that an entity field mapping is not valid.
It can mean for example that its type does not correspond to the mapping (singular field for plural mapping,
non-Set for a Types
field) etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFieldMappingException
(Field field, String reason) InvalidFieldMappingException
(String message) -
Method Summary
Methods inherited from class cz.cvut.kbss.jopa.exception.MetamodelInitializationException
invalidArgumentsForEntityListenerCallback, invalidArgumentsForLifecycleListener, invalidEntityListenerCallbackModifier, invalidEntityListenerCallbackParameterType, invalidLifecycleListenerModifier, invalidReturnTypeForEntityListenerCallback, invalidReturnTypeForLifecycleListener
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFieldMappingException
-
InvalidFieldMappingException
-