org.omnaest.utils.beans.replicator
Class NoMatchingPropertiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omnaest.utils.beans.replicator.CopyException
org.omnaest.utils.beans.replicator.NoMatchingPropertiesException
- All Implemented Interfaces:
- Serializable
public class NoMatchingPropertiesException
- extends CopyException
Special CopyException which indicates that for a source property no target property has been found
- Author:
- Omnaest
- See Also:
BeanReplicator,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getSourceType
public Class<?> getSourceType()
getPropertyNameSource
public String getPropertyNameSource()
getTargetType
public Class<?> getTargetType()
getPropertyNameTarget
public String getPropertyNameTarget()
Copyright © 2013. All Rights Reserved.