public interface ErrorCatcher
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Throwable throwable) |
ErrorCatcherConfig |
getConfig()
Returns the config that created this catcher.
|
java.util.List<CaughtError> |
getErrorList() |
java.lang.String |
getName() |
int |
getNumberOfCaughtErrors()
Returns the number of caught errors for the console.
|
void add(java.lang.Throwable throwable)
java.util.List<CaughtError> getErrorList()
java.lang.String getName()
int getNumberOfCaughtErrors()
ErrorCatcherConfig getConfig()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.