JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Class TraceInformation.ObjectInfo

java.lang.Object
  extended by org.jboss.marshalling.TraceInformation.Info
      extended by org.jboss.marshalling.TraceInformation.ObjectInfo
All Implemented Interfaces:
Serializable
Enclosing class:
TraceInformation

public static final class TraceInformation.ObjectInfo
extends TraceInformation.Info
implements Serializable

Information about an object which was being (un-)marshalled at the time an exception occurred.

See Also:
Serialized Form

Method Summary
 String getTargetClassName()
           
 int getTargetHashCode()
           
protected  void toString(StringBuilder builder)
           
 
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTargetClassName

public String getTargetClassName()

getTargetHashCode

public int getTargetHashCode()

toString

protected void toString(StringBuilder builder)
Overrides:
toString in class TraceInformation.Info

JBoss Marshalling 1.3.0.CR9

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