org.omnaest.utils.beans.copier
Class PreparedBeanCopier.NonMatchingPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omnaest.utils.beans.copier.PreparedBeanCopier.NonMatchingPropertyException
All Implemented Interfaces:
Serializable
Enclosing class:
PreparedBeanCopier<FROM,TO>

public static class PreparedBeanCopier.NonMatchingPropertyException
extends Exception

Author:
Omnaest
See Also:
PreparedBeanCopier, Serialized Form

Constructor Summary
PreparedBeanCopier.NonMatchingPropertyException(List<String> nonMatchingPropertyNameList)
           
 
Method Summary
 List<String> getNonMatchingPropertyNameList()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreparedBeanCopier.NonMatchingPropertyException

public PreparedBeanCopier.NonMatchingPropertyException(List<String> nonMatchingPropertyNameList)
Method Detail

getNonMatchingPropertyNameList

public List<String> getNonMatchingPropertyNameList()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013. All Rights Reserved.