Class PropertyWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.danielbechler.diff.introspection.PropertyAccessException
de.danielbechler.diff.introspection.PropertyWriteException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyWriteException(String propertyName, Class<?> targetType, Object newValue, Throwable cause) -
Method Summary
Methods inherited from class de.danielbechler.diff.introspection.PropertyAccessException
getPropertyName, getTargetTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyWriteException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getNewValue
-