Package com.thoughtworks.xstream.core
Class AbstractReferenceMarshaller.ReferencedImplicitElementException
- 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.ErrorWritingException
-
- com.thoughtworks.xstream.converters.ConversionException
-
- com.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
-
-
Constructor Summary
Constructors Constructor Description ReferencedImplicitElementException(java.lang.Object item, Path path)
-
Method Summary
-
Methods inherited from class com.thoughtworks.xstream.converters.ErrorWritingException
add, get, getMessage, getShortMessage, keys, set
-
-
-
-
Constructor Detail
-
ReferencedImplicitElementException
public ReferencedImplicitElementException(java.lang.Object item, Path path)
-
-