Package org.jboss.marshalling
Class TraceInformation.Info
- java.lang.Object
-
- org.jboss.marshalling.TraceInformation.Info
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TraceInformation.ClassInfo,TraceInformation.FieldInfo,TraceInformation.IncompleteObjectInfo,TraceInformation.IndexInfo,TraceInformation.MethodInfo,TraceInformation.ObjectInfo,TraceInformation.UserInfo
- Enclosing class:
- TraceInformation
public abstract static class TraceInformation.Info extends java.lang.Object implements java.io.SerializableInformation about the circumstances surrounding (un)marshalling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private TraceInformation.Infocauseprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description Info(TraceInformation.Info cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraceInformation.InfogetCause()java.lang.StringtoString()protected voidtoString(java.lang.StringBuilder builder)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
cause
private final TraceInformation.Info cause
-
-
Constructor Detail
-
Info
Info(TraceInformation.Info cause)
-
-
Method Detail
-
getCause
public TraceInformation.Info getCause()
-
toString
protected void toString(java.lang.StringBuilder builder)
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-