com.thoughtworks.xstream.converters.javabean
Class JavaBeanConverter.DuplicateFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.xstream.core.BaseException
                  extended by com.thoughtworks.xstream.XStreamException
                      extended by com.thoughtworks.xstream.converters.ConversionException
                          extended by com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException
All Implemented Interfaces:
ErrorWriter, java.io.Serializable
Enclosing class:
JavaBeanConverter

Deprecated. since 1.3

public static class JavaBeanConverter.DuplicateFieldException
extends ConversionException

See Also:
Serialized Form

Constructor Summary
JavaBeanConverter.DuplicateFieldException(java.lang.String msg)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.thoughtworks.xstream.converters.ConversionException
add, get, getMessage, getShortMessage, keys
 
Methods inherited from class com.thoughtworks.xstream.XStreamException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, 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

JavaBeanConverter.DuplicateFieldException

public JavaBeanConverter.DuplicateFieldException(java.lang.String msg)
Deprecated. 


Joe Walnes, http://xstream.codehaus.org/