public class BuiltinErrorCatcher extends java.lang.Object implements 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.
|
public void add(java.lang.Throwable throwable)
add in interface ErrorCatcherpublic java.util.List<CaughtError> getErrorList()
getErrorList in interface ErrorCatcherpublic java.lang.String getName()
getName in interface ErrorCatcherpublic int getNumberOfCaughtErrors()
ErrorCatchergetNumberOfCaughtErrors in interface ErrorCatcherpublic ErrorCatcherConfig getConfig()
ErrorCatchergetConfig in interface ErrorCatcherCopyright © 2010-2020 anotheria.net. All Rights Reserved.