JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Class TraceInformation.Info

java.lang.Object
  extended by 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
 TraceInformation.Info getCause()
           
 String toString()
           
protected  void toString(StringBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCause

public TraceInformation.Info getCause()

toString

protected void toString(StringBuilder builder)

toString

public final String toString()
Overrides:
toString in class Object

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.