Class JavaBeanConverter.DuplicatePropertyException

  • All Implemented Interfaces:
    ErrorWriter, java.io.Serializable
    Enclosing class:
    JavaBeanConverter

    public static class JavaBeanConverter.DuplicatePropertyException
    extends ConversionException
    Exception to indicate double processing of a property to avoid silent clobbering.
    Since:
    1.4.2
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicatePropertyException

        public DuplicatePropertyException​(java.lang.String msg)