public class PostInitErrorManager
extends java.lang.Object
ErrorManager is fully initialized.| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<java.lang.Runnable> |
errors
A
List containing the errors as Runnables. |
| Constructor and Description |
|---|
PostInitErrorManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addError(java.lang.Runnable runnable)
Adds an error in the list as a
Runnable. |
static void |
checkForErrors()
If there are errors, show them and then stop the application.
|