Uses of Class
org.jboss.marshalling.TraceInformation.Info
-
Packages that use TraceInformation.Info Package Description org.jboss.marshalling The marshalling API. -
-
Uses of TraceInformation.Info in org.jboss.marshalling
Subclasses of TraceInformation.Info in org.jboss.marshalling Modifier and Type Class Description static classTraceInformation.ClassInfoInformation about a class which was being (un-)marshalled at the time an exception occurred.static classTraceInformation.FieldInfoInformation about a field which was being marshalled at the time an exception occurred.static classTraceInformation.IncompleteObjectInfoInformation about an incomplete object being unmarshalled.static classTraceInformation.IndexInfoInformation about an index in an array or collection.static classTraceInformation.MethodInfoInformation specific to a method execution.static classTraceInformation.ObjectInfoInformation about an object which was being (un-)marshalled at the time an exception occurred.static classTraceInformation.UserInfoUser information.Fields in org.jboss.marshalling declared as TraceInformation.Info Modifier and Type Field Description private TraceInformation.InfoTraceInformation.Info. cause(package private) TraceInformation.InfoTraceInformation. infoMethods in org.jboss.marshalling that return TraceInformation.Info Modifier and Type Method Description TraceInformation.InfoTraceInformation.Info. getCause()Constructors in org.jboss.marshalling with parameters of type TraceInformation.Info Constructor Description ClassInfo(TraceInformation.Info cause, java.lang.String targetClassName)FieldInfo(TraceInformation.Info cause, java.lang.String fieldName)IncompleteObjectInfo(TraceInformation.Info cause, java.lang.String targetClassName)IndexInfo(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind)Info(TraceInformation.Info cause)MethodInfo(TraceInformation.Info cause)ObjectInfo(TraceInformation.Info cause, java.lang.String targetClassName, int targetHashCode)UserInfo(TraceInformation.Info cause, java.io.Serializable data)
-