Package org.jboss.marshalling
Class TraceInformation.IncompleteObjectInfo
- java.lang.Object
-
- org.jboss.marshalling.TraceInformation.Info
-
- org.jboss.marshalling.TraceInformation.IncompleteObjectInfo
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TraceInformation
public static final class TraceInformation.IncompleteObjectInfo extends TraceInformation.Info implements Serializable
Information about an incomplete object being unmarshalled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompleteObjectInfo(TraceInformation.Info cause, String targetClassName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTargetClassName()
protected void
toString(StringBuilder builder)
-
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
-
-
-
-
Constructor Detail
-
IncompleteObjectInfo
public IncompleteObjectInfo(TraceInformation.Info cause, String targetClassName)
-
-
Method Detail
-
getTargetClassName
public String getTargetClassName()
-
toString
protected void toString(StringBuilder builder)
- Overrides:
toString
in classTraceInformation.Info
-
-