@ThreadSafe public final class Catcher00<S> extends Object implements Catcher<S>
| Modifier and Type | Method and Description |
|---|---|
void |
catchError(S source,
Error r)
Does nothing.
|
void |
catchException(S source,
Exception x)
Does nothing.
|
static <S> Catcher00<S> |
i()
The single instance of Catcher00.
|
public void catchError(S source, Error r)
catchError in interface Catcher<S>source - The logical source of the error.public void catchException(S source, Exception x)
catchException in interface Catcher<S>source - The logical source of the exception.