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 class
TraceInformation.ClassInfo
Information about a class which was being (un-)marshalled at the time an exception occurred.static class
TraceInformation.FieldInfo
Information about a field which was being marshalled at the time an exception occurred.static class
TraceInformation.IncompleteObjectInfo
Information about an incomplete object being unmarshalled.static class
TraceInformation.IndexInfo
Information about an index in an array or collection.static class
TraceInformation.MethodInfo
Information specific to a method execution.static class
TraceInformation.ObjectInfo
Information about an object which was being (un-)marshalled at the time an exception occurred.static class
TraceInformation.UserInfo
User information.Fields in org.jboss.marshalling declared as TraceInformation.Info Modifier and Type Field Description private TraceInformation.Info
TraceInformation.Info. cause
(package private) TraceInformation.Info
TraceInformation. info
Methods in org.jboss.marshalling that return TraceInformation.Info Modifier and Type Method Description TraceInformation.Info
TraceInformation.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)
-