java.lang
Class StackTraceElement

java.lang.Object
  extended by java.lang.StackTraceElement
All Implemented Interfaces:
Serializable

public final class StackTraceElement
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 String getClassName()
           
 String getFileName()
           
 int getLineNumber()
           
 String getMethodName()
           
 boolean isNativeMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassName

public String getClassName()

getFileName

public String getFileName()

getLineNumber

public int getLineNumber()

getMethodName

public String getMethodName()

isNativeMethod

public boolean isNativeMethod()