com.thoughtworks.xstream.converters.javabean
Class JavaBeanConverter.DuplicatePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.converters.ConversionException
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicatePropertyException
- All Implemented Interfaces:
- ErrorWriter, 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
- Author:
- Jörg Schaible
- See Also:
- Serialized Form
JavaBeanConverter.DuplicatePropertyException
public JavaBeanConverter.DuplicatePropertyException(String msg)
Copyright © 2004-2014 XStream. All Rights Reserved.