Class IncompatibleManyToOneValueTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.database.exceptions.DatabaseException
rife.database.querymanagers.generic.exceptions.IncompatibleManyToOneValueTypeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionIncompatibleManyToOneValueTypeException
(Class beanClass, String propertyName, Class propertyType, Class associatedType) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleManyToOneValueTypeException
-
-
Method Details
-
getBeanClass
-
getPropertyName
-
getPropertyType
-
getAssociatedType
-