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