Package org.jboss.marshalling
Class TraceInformation.FieldInfo
- java.lang.Object
-
- org.jboss.marshalling.TraceInformation.Info
-
- org.jboss.marshalling.TraceInformation.FieldInfo
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TraceInformation
public static final class TraceInformation.FieldInfo extends TraceInformation.Info implements java.io.Serializable
Information about a field which was being marshalled at the time an exception occurred.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
fieldName
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FieldInfo(TraceInformation.Info cause, java.lang.String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
toString(java.lang.StringBuilder builder)
-
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
fieldName
private final java.lang.String fieldName
-
-
Constructor Detail
-
FieldInfo
FieldInfo(TraceInformation.Info cause, java.lang.String fieldName)
-
-
Method Detail
-
toString
protected void toString(java.lang.StringBuilder builder)
- Overrides:
toString
in classTraceInformation.Info
-
-