Class InvalidRelationshipTargetException

All Implemented Interfaces:
Serializable

public final class InvalidRelationshipTargetException extends MappingException
This exception is thrown when a one to many relationship collection contains the null value.
Since:
3.2.11
Author:
Michael J. Simons
See Also:
  • Constructor Details

    • InvalidRelationshipTargetException

      public InvalidRelationshipTargetException(Class<?> startNodeType, String relationshipType, String attributeName, Class<?> endNodeType)
  • Method Details

    • getStartNodeType

      public Class<?> getStartNodeType()
    • getRelationshipType

      public String getRelationshipType()
    • getAttributeName

      public String getAttributeName()
    • getEndNodeType

      public Class<?> getEndNodeType()