| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorWindowFactory
Default implementation of
ErrorWindowFactory. |
class |
I18nErrorWindowFactory
A factory class to create an error window with internationalization support.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorWindowFactory |
ErrorManager.getErrorWindowFactory()
Gets the default ErrorWindowFactory implementation.
|
static ErrorWindowFactory |
ErrorManager.getErrorWindowFactory(Class<?> clazz)
Gets the ErrorWindowFactory implementation for the specified class or its super classes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ErrorManager.setErrorWindowFactory(Class<? extends Throwable> clazz,
ErrorWindowFactory errorWindowFactory)
Sets the ErrorWindowFactory for the specified Throwable class.
|
static void |
ErrorManager.setErrorWindowFactory(ErrorWindowFactory errorWindowFactory)
Sets the default ErrorWindowFactory implementation.
|
Copyright © 2017–2023 Flowing Code. All rights reserved.