|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.jdc.sys.Stack
Stack represents an execution stack trace. You may optionally specify a class of
type Throwable to use to generate the stack trace. If an exception class
is not provided, Stack will generate an execution stack trace for the current call
stack using type RuntimeException.
| Nested Class Summary | |
class |
Stack.Trace
Trace represents the stack trace for a Throwable, i.e. |
| Constructor Summary | |
Stack()
Constructs a new Stack object for the current call stack. |
|
Stack(String stackTrace)
Constructs a new Stack object for the specified stack trace String, |
|
Stack(Throwable throwable)
Constructs a new Stack object for the specified stack trace Throwable,
i.e. |
|
| Method Summary | |
Stack.Trace |
getTrace()
Returns the stack trace information. |
static void |
main(String[] args)
Unit test for class Stack. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Stack()
public Stack(String stackTrace)
String,
public Stack(Throwable throwable)
Throwable,
i.e. Stack.Trace.Exception, object.
| Method Detail |
public Stack.Trace getTrace()
public static void main(String[] args)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||