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