JBoss Marshalling 1.3.0.GA

org.jboss.marshalling
Class TraceInformation.ClassInfo

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

public static final class TraceInformation.ClassInfo
extends TraceInformation.Info
implements java.io.Serializable

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

See Also:
Serialized Form

Method Summary
 java.lang.String getTargetClassName()
           
protected  void toString(java.lang.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 java.lang.String getTargetClassName()

toString

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

JBoss Marshalling 1.3.0.GA

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