Class InvalidPersistentPropertyPath

All Implemented Interfaces:
Serializable

public class InvalidPersistentPropertyPath extends MappingException
Exception to indicate a source path couldn't be resolved into a PersistentPropertyPath completely.
Author:
Oliver Gierke
See Also:
  • Constructor Details

  • Method Details

    • getSource

      public String getSource()
      Returns the source property path.
      Returns:
      the source will never be null.
    • getType

      public TypeInformation<?> getType()
      Returns the type the source property path was attempted to be resolved on.
      Returns:
      the type will never be null.
    • getUnresolvableSegment

      public String getUnresolvableSegment()
      Returns the segment of the source property path that could not be resolved.
      Returns:
      the unresolvableSegment
    • getResolvedPath

      public String getResolvedPath()
      Returns the part of the source path until which the source property path could be resolved.
      Returns:
      the resolvedPath