| Modifier and Type | Method and Description |
|---|---|
Config.ErrorHandler |
Config.getHandler()
Return the current ErrorHandler of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setHandler(Config.ErrorHandler handler)
Set the alternative error handler.
|
| Constructor and Description |
|---|
Config(String config,
Config.ErrorHandler handler)
The constructor that allows change of the ErrorHandler.
|