|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.jetty.log.Frame
public class Frame
Access the current execution frame. This version of the Frame class uses the JDK 1.4 mechanisms to access the stack frame
| Constructor Summary | |
|---|---|
Frame()
Construct a frame. |
|
Frame(int ignoreFrames)
Construct a frame. |
|
| Method Summary | |
|---|---|
int |
getDepth()
|
String |
getFile()
|
String |
getMethod()
|
Frame |
getParent()
Get a Frame representing the function one level up in this frame. |
String |
getStack()
|
StackTraceElement |
getStackTraceElement()
|
String |
getThread()
|
String |
getWhere()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Frame()
public Frame(int ignoreFrames)
ignoreFrames - number of levels of stack to ignore| Method Detail |
|---|
public StackTraceElement getStackTraceElement()
public String getStack()
public String getMethod()
public int getDepth()
public String getThread()
public String getFile()
public String getWhere()
public String toString()
toString in class Objectpublic Frame getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||