| com.triactive.jdo.store.InvalidMetaDataRelationshipException
InvalidMetaDataRelationshipException | public class InvalidMetaDataRelationshipException extends JDOUserException (Code) | | A InvalidMetaDataRelationshipException is thrown if the metadata for
a persistent field declares a relationship to another field, but the field on
the other side has no complementary declaration.
author: Mike Martin version: $Revision: 1.3 $ |
InvalidMetaDataRelationshipException | public InvalidMetaDataRelationshipException(FieldMetaData from, String fromRel, FieldMetaData to, String toRel)(Code) | | Constructs an invalid metadata relationship exception.
Parameters: from - The metadata of the field declaring a relationship. Parameters: fromRel - The type of relationship declared by 'from'. Parameters: to - The metadata of the field referred to by therelationship. Parameters: toRel - The type of relationship missing from 'to'. |
|
|