Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
TraceInformation.Info |
TraceInformation.Info.getCause() |
Constructor | Description |
---|---|
IncompleteObjectInfo(TraceInformation.Info cause,
String targetClassName) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.