java.lang.Object | |
↳ | com.emc.documentum.fs.rt.StackTraceHolder |
Java class for StackTraceHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StackTraceHolder"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="className" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="methodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
className | |||||||||||
fileName | |||||||||||
lineNumber | |||||||||||
methodName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the className property.
| |||||||||||
Gets the value of the fileName property.
| |||||||||||
Gets the value of the lineNumber property.
| |||||||||||
Gets the value of the methodName property.
| |||||||||||
Sets the value of the className property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
Sets the value of the lineNumber property.
| |||||||||||
Sets the value of the methodName property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the className property.
Gets the value of the fileName property.
Gets the value of the lineNumber property.
Gets the value of the methodName property.
Sets the value of the className property.
value | Allowed object is String |
---|
Sets the value of the fileName property.
value | Allowed object is String |
---|
Sets the value of the lineNumber property.
value |
---|
Sets the value of the methodName property.
value | Allowed object is String |
---|