public class

DfsExceptionHolder

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.rt.DfsExceptionHolder

Class Overview

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>
 

Summary

Fields
protected List<DfsAttributeHolder> attribute
protected String exceptionClass
protected String genericType
protected String message
protected String messageId
protected List<StackTraceHolder> stackTrace
Public Constructors
DfsExceptionHolder()
Public Methods
List<DfsAttributeHolder> getAttribute()
Gets the value of the attribute property.
String getExceptionClass()
Gets the value of the exceptionClass property.
String getGenericType()
Gets the value of the genericType property.
String getMessage()
Gets the value of the message property.
String getMessageId()
Gets the value of the messageId property.
List<StackTraceHolder> getStackTrace()
Gets the value of the stackTrace property.
void setExceptionClass(String value)
Sets the value of the exceptionClass property.
void setGenericType(String value)
Sets the value of the genericType property.
void setMessage(String value)
Sets the value of the message property.
void setMessageId(String value)
Sets the value of the messageId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DfsAttributeHolder> attribute

protected String exceptionClass

protected String genericType

protected String message

protected String messageId

protected List<StackTraceHolder> stackTrace

Public Constructors

public DfsExceptionHolder ()

Public Methods

public List<DfsAttributeHolder> getAttribute ()

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

public String getExceptionClass ()

Gets the value of the exceptionClass property.

Returns
  • possible object is String

public String getGenericType ()

Gets the value of the genericType property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public String getMessageId ()

Gets the value of the messageId property.

Returns
  • possible object is String

public List<StackTraceHolder> getStackTrace ()

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

public void setExceptionClass (String value)

Sets the value of the exceptionClass property.

Parameters
value Allowed object is String

public void setGenericType (String value)

Sets the value of the genericType property.

Parameters
value Allowed object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setMessageId (String value)

Sets the value of the messageId property.

Parameters
value Allowed object is String