de.danielbechler.diff.accessor.exception
Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.danielbechler.diff.accessor.exception.PropertyException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PropertyReadException, PropertyWriteException
public class PropertyException
- extends RuntimeException
- Author:
- Daniel Bechler
- See Also:
- Serialized Form
PropertyException
public PropertyException(Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getPropertyName
public String getPropertyName()
setPropertyName
public void setPropertyName(String propertyName)
getTargetType
public Class<?> getTargetType()
setTargetType
public void setTargetType(Class<?> targetType)
Copyright © 2012. All Rights Reserved.