Package org.jboss.marshalling
Class TraceInformation.Info
- java.lang.Object
-
- org.jboss.marshalling.TraceInformation.Info
-
- All Implemented Interfaces:
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 Object implements Serializable
Information about the circumstances surrounding (un)marshalling.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TraceInformation.InfogetCause()StringtoString()protected voidtoString(StringBuilder builder)
-
-
-
Method Detail
-
getCause
public TraceInformation.Info getCause()
-
toString
protected void toString(StringBuilder builder)
-
-