Package org.jboss.marshalling
Class TraceInformation.ObjectInfo
java.lang.Object
org.jboss.marshalling.TraceInformation.Info
org.jboss.marshalling.TraceInformation.ObjectInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TraceInformation
public static final class TraceInformation.ObjectInfo
extends TraceInformation.Info
implements Serializable
Information about an object which was being (un-)marshalled at the time an exception occurred.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private final String
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionObjectInfo
(TraceInformation.Info cause, String targetClassName, int targetHashCode) -
Method Summary
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
targetClassName
-
targetHashCode
private final int targetHashCode
-
-
Constructor Details
-
ObjectInfo
ObjectInfo(TraceInformation.Info cause, String targetClassName, int targetHashCode)
-
-
Method Details
-
getTargetClassName
-
getTargetHashCode
public int getTargetHashCode() -
toString
- Overrides:
toString
in classTraceInformation.Info
-