public class StartupErrorCollector extends Object
| Constructor and Description |
|---|
StartupErrorCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(Error error) |
void |
addError(String place,
String message,
Throwable exception) |
void |
cleanUp() |
List<Error> |
getErrors() |
static StartupErrorCollector |
getInstance() |
void |
resolve(String id)
Deprecated.
|
public static StartupErrorCollector getInstance()
public void addError(@Nonnull String place, @Nonnull String message, @Nullable Throwable exception)
@Deprecated public void resolve(String id)
public void cleanUp()
Copyright © 2025. All rights reserved.