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 classInformation about a class which was being (un-)marshalled at the time an exception occurred.static final classInformation about a field which was being marshalled at the time an exception occurred.static final classInformation about an incomplete object being unmarshalled.static final classInformation about an index in an array or collection.static final classInformation specific to a method execution.static final classInformation about an object which was being (un-)marshalled at the time an exception occurred.static final classUser information.Fields in org.jboss.marshalling declared as TraceInformation.InfoModifier and TypeFieldDescriptionprivate final TraceInformation.InfoTraceInformation.Info.cause(package private) TraceInformation.InfoTraceInformation.infoMethods 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)