public abstract class SafeRunnable
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
SafeRunnable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleException(java.lang.Throwable e) |
void |
run() |
protected void |
safeRun() |
protected void |
safeRunThrows() |