com.thoughtworks.xstream.core
Class AbstractReferenceMarshaller.ReferencedImplicitElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.thoughtworks.xstream.core.BaseException
                  extended bycom.thoughtworks.xstream.converters.ConversionException
                      extended bycom.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException
All Implemented Interfaces:
ErrorWriter, java.io.Serializable
Enclosing class:
AbstractReferenceMarshaller

public static class AbstractReferenceMarshaller.ReferencedImplicitElementException
extends ConversionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.thoughtworks.xstream.converters.ConversionException
cause
 
Constructor Summary
AbstractReferenceMarshaller.ReferencedImplicitElementException(java.lang.Object item, Path path)
           
AbstractReferenceMarshaller.ReferencedImplicitElementException(java.lang.String msg)
          Deprecated. since 1.2.1
 
Methods inherited from class com.thoughtworks.xstream.converters.ConversionException
add, get, getCause, getMessage, getShortMessage, keys
 
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

AbstractReferenceMarshaller.ReferencedImplicitElementException

public AbstractReferenceMarshaller.ReferencedImplicitElementException(java.lang.String msg)
Deprecated. since 1.2.1


AbstractReferenceMarshaller.ReferencedImplicitElementException

public AbstractReferenceMarshaller.ReferencedImplicitElementException(java.lang.Object item,
                                                                      Path path)


Copyright © 2004-2007 XStream. All Rights Reserved.