java.lang.Object | |
↳ | com.emc.documentum.fs.rt.DfsExceptionHolder |
Java class for DfsExceptionHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DfsExceptionHolder"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://rt.fs.documentum.emc.com/}DfsAttributeHolder" maxOccurs="unbounded" minOccurs="0"/> <element name="exceptionClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="genericType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="messageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="stackTrace" type="{http://rt.fs.documentum.emc.com/}StackTraceHolder" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attribute | |||||||||||
exceptionClass | |||||||||||
genericType | |||||||||||
message | |||||||||||
messageId | |||||||||||
stackTrace |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attribute property.
| |||||||||||
Gets the value of the exceptionClass property.
| |||||||||||
Gets the value of the genericType property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the messageId property.
| |||||||||||
Gets the value of the stackTrace property.
| |||||||||||
Sets the value of the exceptionClass property.
| |||||||||||
Sets the value of the genericType property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the messageId property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the attribute property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
DfsAttributeHolder
Gets the value of the exceptionClass property.
Gets the value of the genericType property.
Gets the value of the message property.
Gets the value of the messageId property.
Gets the value of the stackTrace property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the stackTrace property.
For example, to add a new item, do as follows:
getStackTrace().add(newItem);
Objects of the following type(s) are allowed in the list
StackTraceHolder
Sets the value of the exceptionClass property.
value | Allowed object is String |
---|
Sets the value of the genericType property.
value | Allowed object is String |
---|
Sets the value of the message property.
value | Allowed object is String |
---|
Sets the value of the messageId property.
value | Allowed object is String |
---|