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.Methods 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 IncompleteObjectInfo(TraceInformation.Info cause, String targetClassName)
-