Class PropertyAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.danielbechler.diff.introspection.PropertyAccessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyReadException, PropertyWriteException

public abstract class PropertyAccessException extends RuntimeException
See Also:
  • Constructor Details

    • PropertyAccessException

      protected PropertyAccessException(String propertyName, Class<?> targetType, Throwable cause)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getTargetType

      public Class<?> getTargetType()