Uses of Class
org.jboss.marshalling.TraceInformation.Info
Packages that use TraceInformation.Info
-
Uses of TraceInformation.Info in org.jboss.marshalling
Subclasses of TraceInformation.Info in org.jboss.marshallingModifier and TypeClassDescriptionstatic final class
Information about a class which was being (un-)marshalled at the time an exception occurred.static final class
Information about a field which was being marshalled at the time an exception occurred.static final class
Information about an incomplete object being unmarshalled.static final class
Information about an index in an array or collection.static final class
Information specific to a method execution.static final class
Information about an object which was being (un-)marshalled at the time an exception occurred.static final class
User information.Fields in org.jboss.marshalling declared as TraceInformation.InfoModifier and TypeFieldDescriptionprivate final TraceInformation.Info
TraceInformation.Info.cause
(package private) TraceInformation.Info
TraceInformation.info
Methods in org.jboss.marshalling that return TraceInformation.InfoConstructors in org.jboss.marshalling with parameters of type TraceInformation.InfoModifierConstructorDescription(package private)
ClassInfo
(TraceInformation.Info cause, String targetClassName) (package private)
FieldInfo
(TraceInformation.Info cause, String fieldName) IncompleteObjectInfo
(TraceInformation.Info cause, String targetClassName) (package private)
IndexInfo
(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind) (package private)
Info
(TraceInformation.Info cause) (package private)
MethodInfo
(TraceInformation.Info cause) (package private)
ObjectInfo
(TraceInformation.Info cause, String targetClassName, int targetHashCode) (package private)
UserInfo
(TraceInformation.Info cause, Serializable data)