org.orbeon.oxf.common
Class OXFException.StackTraceElement

java.lang.Object
  extended byorg.orbeon.oxf.common.OXFException.StackTraceElement
Enclosing class:
OXFException

public static class OXFException.StackTraceElement
extends Object


Constructor Summary
OXFException.StackTraceElement(String className, String methodName, String fileName, int lineNumber)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 String getFileName()
           
 int getLineNumber()
           
 String getMethodName()
           
 int hashCode()
           
 boolean isNativeMethod()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OXFException.StackTraceElement

public OXFException.StackTraceElement(String className,
                                      String methodName,
                                      String fileName,
                                      int lineNumber)
Method Detail

isNativeMethod

public boolean isNativeMethod()

toString

public String toString()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getClassName

public String getClassName()

getFileName

public String getFileName()

getLineNumber

public int getLineNumber()

getMethodName

public String getMethodName()