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.Methods in org.jboss.marshalling that return TraceInformation.InfoConstructors in org.jboss.marshalling with parameters of type TraceInformation.InfoModifierConstructorDescriptionIncompleteObjectInfo(TraceInformation.Info cause, String targetClassName)