Class InvalidPropertyFieldException

All Implemented Interfaces:
Serializable

public class InvalidPropertyFieldException extends MetadataException
RuntimeException that indicates a field that possibly should be persisted as a property but cannot be persisted as such, maybe due to a missing converter.
Author:
Michael J. Simons
See Also:
  • Constructor Details

    • InvalidPropertyFieldException

      public InvalidPropertyFieldException(FieldInfo invalidField)
  • Method Details

    • getDomainClassName

      public String getDomainClassName()
      Returns:
      The fully qualified name of the class containing the field.
    • getFieldName

      public String getFieldName()
      Returns:
      The name of the problematic field.