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 SummaryConstructorsConstructorDescriptionInvalidFieldMappingException(Field field, String reason) InvalidFieldMappingException(String message) 
- 
Method SummaryMethods inherited from class cz.cvut.kbss.jopa.exception.MetamodelInitializationExceptioninvalidArgumentsForEntityListenerCallback, invalidArgumentsForLifecycleListener, invalidEntityListenerCallbackModifier, invalidEntityListenerCallbackParameterType, invalidLifecycleListenerModifier, invalidReturnTypeForEntityListenerCallback, invalidReturnTypeForLifecycleListenerMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidFieldMappingException
- 
InvalidFieldMappingException
 
-