org.omnaest.utils.beans.replicator
Class NoMatchingPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omnaest.utils.beans.replicator.CopyException
              extended by 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

Method Summary
 String getPropertyNameSource()
           
 String getPropertyNameTarget()
           
 Class<?> getSourceType()
           
 Class<?> getTargetType()
           
 
Methods inherited from class org.omnaest.utils.beans.replicator.CopyException
getCanonicalPath
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSourceType

public Class<?> getSourceType()

getPropertyNameSource

public String getPropertyNameSource()

getTargetType

public Class<?> getTargetType()

getPropertyNameTarget

public String getPropertyNameTarget()


Copyright © 2013. All Rights Reserved.