public static interface Errors.Plugins
Modifier and Type | Interface and Description |
---|---|
static interface |
Errors.Plugins.Dialog
Errors.dialog().
|
static interface |
Errors.Plugins.Log
Errors.log().
|
static class |
Errors.Plugins.OnErrorThrowAssertion
An implementation of all of the Errors built-ins which throws an AssertionError
on any exception.
|
Modifier and Type | Method and Description |
---|---|
static void |
defaultDialog(java.lang.Throwable error)
Default behavior of Errors.dialog() is JOptionPane.showMessageDialog without a parent.
|
static void |
defaultLog(java.lang.Throwable error)
Default behavior of Errors.log() is Throwable.printStackTrace().
|