|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.util.RunnableEST
public abstract class RunnableEST
Runnable with extended stack trace. Catches all thrown exceptions and rethrows them with the stack trace of the creation site of this RunnableEST appended. This makes it possible to find out where the Runnable was created. Needs to override the runEST() method now.
| Nested Class Summary | |
|---|---|
static class |
RunnableEST.Exception
|
| Field Summary | |
|---|---|
RunnableEST.Exception |
_creation
|
| Constructor Summary | |
|---|---|
RunnableEST()
|
|
| Method Summary | |
|---|---|
void |
run()
|
abstract void |
runEST()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final RunnableEST.Exception _creation
| Constructor Detail |
|---|
public RunnableEST()
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic abstract void runEST()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||