public class

StackTraceHolder

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

Class Overview

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>
 

Summary

Fields
protected String className
protected String fileName
protected int lineNumber
protected String methodName
Public Constructors
StackTraceHolder()
Public Methods
String getClassName()
Gets the value of the className property.
String getFileName()
Gets the value of the fileName property.
int getLineNumber()
Gets the value of the lineNumber property.
String getMethodName()
Gets the value of the methodName property.
void setClassName(String value)
Sets the value of the className property.
void setFileName(String value)
Sets the value of the fileName property.
void setLineNumber(int value)
Sets the value of the lineNumber property.
void setMethodName(String value)
Sets the value of the methodName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String className

protected String fileName

protected int lineNumber

protected String methodName

Public Constructors

public StackTraceHolder ()

Public Methods

public String getClassName ()

Gets the value of the className property.

Returns
  • possible object is String

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public int getLineNumber ()

Gets the value of the lineNumber property.

public String getMethodName ()

Gets the value of the methodName property.

Returns
  • possible object is String

public void setClassName (String value)

Sets the value of the className property.

Parameters
value Allowed object is String

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

public void setLineNumber (int value)

Sets the value of the lineNumber property.

Parameters
value

public void setMethodName (String value)

Sets the value of the methodName property.

Parameters
value Allowed object is String